Re: Unable to connect topic queue with below configuration

2024-05-04 Thread Justin Bertram
Generally speaking, using JMS from Spring Boot for asynchronous communication makes sense. This is a common use-case. My question is why are you using a JMS queue in conjunction with MQTT. Why not a JMS topic together with MQTT or a JMS queue together with STOMP? The problem with using a JMS queu

Re: Unable to connect topic queue with below configuration

2024-05-04 Thread Pushparaj Chinnathambi
Please let me know if there are any other options to achieve this. On Sat, 4 May 2024 at 13:04, Pushparaj Chinnathambi wrote: > The reason I’m using JMS is to send messages from a Spring Boot > microservice. This is because, in my architecture, I’m utilizing > asynchronous communication between

Re: Unable to connect topic queue with below configuration

2024-05-04 Thread Pushparaj Chinnathambi
The reason I’m using JMS is to send messages from a Spring Boot microservice. This is because, in my architecture, I’m utilizing asynchronous communication between the microservices using apache activemq artemis queues. On Sat, 4 May, 2024, 10:50 am Justin Bertram, wrote: > FYI - I opened ARTEMI