Re: Unexpected behaviour with virtual topics

2023-08-03 Thread Robbie Gemmell
opic when looking in the > console. > > > Should be: > > > I see that the queue is created under the topic when looking in the console. > > > From: PAS Filip > Sent: Wednesday, August 2, 2023 8:34 PM > To: users@activemq.apache.org > Subject: RE: Unexpected behavi

RE: Unexpected behaviour with virtual topics

2023-08-02 Thread PAS Filip
Subject: RE: Unexpected behaviour with virtual topics Hi Robbie, Thanks for the feedback! On copying the code into the ide, it completed the imports automatically and I hadn’t noticed the package of the activemq factory changed to the artemis one. From your explanation I understand that this

RE: Unexpected behaviour with virtual topics

2023-08-02 Thread PAS Filip
ny help you can provide. Regards, Filip From: Robbie Gemmell Sent: Wednesday, August 2, 2023 1:36 PM To: users@activemq.apache.org Subject: Re: Unexpected behaviour with virtual topics I believe the virtualTopicConsumerWildcards stuff only applies for Openwire protocol clients (i. e ActiveMQ 5. x)

Re: Unexpected behaviour with virtual topics

2023-08-02 Thread Robbie Gemmell
I believe the virtualTopicConsumerWildcards stuff only applies for Openwire protocol clients (i.e ActiveMQ 5.x), as used in the example you referenced. Your description and log snippets note you are trying to use that with the Artemis Core JMS client instead, meaning those bits just dont apply. Yo

Unexpected behaviour with virtual topics

2023-08-01 Thread PAS Filip
Hello, I'm running into a strange issue I cannot explain and was hoping someone could shed some light on the issue. I'm running an artemis broker 2.28.0 using the artemis jms client 2.19.1 (the latest java 8 compatible client, my client must be java 8 unfortunately). I've created a broker usin