Products | Versions |
---|---|
TIBCO MessageBroker | - |
Not Applicable | - |
Resolution:
To support dynamic subjects with pre-registration file, you would need to explicitly specify which subject will be delivered and confirmed by which listener.
You need to modify your pre-registration file as follows:
<listener name> (tab) <optional subject name>
where tab is delimited "\t"
For example:
listener1(a tab)subject1
listener2
listener3(a tab)subject3
In this case, say the very first dynamic subject is subject2, then all <listener names> without fixed
<subject names> will be registered with "subject2". So, listener1 will be registered with subject1,
listener2, since no fixed subject name is specified, will be registered with subject2, listener3 will be
registered with the fixed value, subject3.