Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do client identifiers need to be unique?

client identifiers
0
10 Posted

Do client identifiers need to be unique?

0
10

Using durable subscribers, if subscribing from two different clients and using the same connection factory and the connection factory has a configured clientID, distinct clientID’s must be set for each after the TopicConnection has been created. Each connection needs a unique clientID. If you configure a connection factory with a clientID, you can only create one TopicConnection with that factory until that one connection is closed.

0
10

A. Yes, durable subscribers require unique client identifiers. For more information on configuring durable subscribers using the connection factory’s Client ID attribute, or by programming your application to set a client ID in its connection (by calling the setClientID() connection method), see “Setting Up Durable Subscribers” in Programming WebLogic JMS.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123