JMS supports two communications styles: topics and queues. Queues are point-to-point connections between a single sender and a single receiver. Topics are a publish-subscribe mechanism, where there is one publisher and zero or more subscribers, each of which gets a copy of any published message.
When using queues instead of topics...
For StreamBase 7: Remove the
subscriber-name attribute from the
<jms-server> element in your JMS configuration file. This will ensure that any queues defined in the
<destinations> element will
not be treated as topics, thus eliminating the above error.
For TIBCO Streaming 10.x and later: In the JMS Configuration Editor in SB Studio, make sure the Subscriber Name property is not set