Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 JMS Channels : Creating Unique JMS DurableSubscriber Name Properties

Creating Unique JMS DurableSubscriber Name Properties
For destinations that are JMS Topics, if you provide a DurableSubscriber Name when you configure the destination resource, the destination becomes a JMS durable topic subscriber with the specified name. This section explains how you can ensure that the DurableSubscriber Name value is unique.
The value of the DurableSubscriber Name property can be any unique string and can include any global variables. TIBCO BusinessEvents provides a set of case-variables that produce a unique DurableSubscriberName string:
%%Deployment%%:%%EngineName%%:%%SessionName%%:%%ChannelURI%%:%%DestinationName%%
The first variable, %%Deployment%%, is a standard TIBCO global variable. The other three are only for use with the DurableSubscriberName property within TIBCO BusinessEvents. See Table 12, Variables for Use with DurableSubscriberName, for details.
Do not attempt to use %%EngineName%%, %%SessionName%%, %%ChannelURI%%, or %%DestinationURI%% in any area of TIBCO BusinessEvents software except the DurableSubscriberName property.
 
/folder/.../channel_name
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved