Is it possible to reuse the client_id when creating a durable subscription for another topic using the same durable name?

Is it possible to reuse the client_id when creating a durable subscription for another topic using the same durable name?

book

Article ID: KB0084644

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Environment:

= = = = = = =

All



Resolution:

= = = = = =

As the JMS specification states, a durable subscription's uniqueness is defined by the client ID and the subscription name, not including topic. So, it is not possible to create a subscription with duplicate durable name and client ID even for distinct topics.

Issue/Introduction

Is it possible to reuse the client_id when creating a durable subscription for another topic using the same durable name?