For Dynamic subjects, how can I anticipate and preregister all the certified listeners?

For Dynamic subjects, how can I anticipate and preregister all the certified listeners?

book

Article ID: KB0087549

calendar_today

Updated On:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

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:
&ltlistener name> (tab) &ltoptional 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 &ltlistener names> without fixed
&ltsubject 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.

Issue/Introduction

For Dynamic subjects, how can I anticipate and preregister all the certified listeners?