Re: Connecting ActiveMQ 5.18.3 using Artemis Client

2024-01-02 Thread Paras Jain
No. It's not in any documentation. My bad, I misread/misunderstood something On Tue, Jan 2, 2024 at 6:00 PM Timothy Bish wrote: > On 1/2/24 17:55, Paras Jain wrote: > > Hi Tim, > > Thanks for your response. But as I said, I am not using Artemis broker. I > > am using the classic 5.18.3 broker wh

Re: Connecting ActiveMQ 5.18.3 using Artemis Client

2024-01-02 Thread Timothy Bish
On 1/2/24 17:55, Paras Jain wrote: Hi Tim, Thanks for your response. But as I said, I am not using Artemis broker. I am using the classic 5.18.3 broker which supports the Shared Subscription What documentation are you finding that states 5.18.3 supports shared subscriptions? but the active

Re: Connecting ActiveMQ 5.18.3 using Artemis Client

2024-01-02 Thread Paras Jain
Hi Tim, Thanks for your response. But as I said, I am not using Artemis broker. I am using the classic 5.18.3 broker which supports the Shared Subscription but the activemq-client for classic broker doesn't support it therefore I was trying to find out the client library which can support that. On

Re: Connecting ActiveMQ 5.18.3 using Artemis Client

2024-01-02 Thread Timothy Bish
On 1/2/24 17:29, Paras Jain wrote: Hi, I am trying to implement an ActiveMQ client with sharedconsumer functionality with ActiveMQ 5.18.3. The activemq-client ( https://mvnrepository.com/artifact/org.apache.activemq/activemq-client) doesn't seem to support SharedConsumer functionality yet. When