If the
fileNameIsPattern property is set to true, the markers %d, %u and %t can be
specified within the filename to represent numbers, uuid's, and date and
times respectively. These file patterns act differently when the file binding
component is being used in a consumer or provider capacity.
Consumer Provider
%d Pattern matches any integer number. Replaced by sequential integer starting at 0.
%u Pattern matches any string. Replaced by a generated UUID
%t Pattern matches any date and time
(yyyyMMdd-HH-mm-ss-SSS)
Replaced by current timestamp
(yyyyMMdd-HH-mm-ss-SSS)
pollingInterval: Specifies the time in milliseconds between polling the file
system when acting as a consumer. The default time is always set to 1s.
???
???
Chapter 4
[ 57 ]
multipleRecordsPerFile: When acting as a consumer, the property specifies
whether there are multiple messages in the input file. When acting as a
provider, this property specifies whether multiple output messages will be
stored within the output file by appending messages to the output file every
time they are generated.
archive: Specifies whether input messages are archived to the
archiveDirectory after being processed.
SMTP Binding Component
The SMTP Binding Component provides email services to the JBI Server and can
act as either a provider by receiving inbound SMTP messages or as a consumer by
sending SMTP email to external email addresses.
Pages:
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70