Re: Unable to connect topic queue with below configuration

2024-05-06 Thread Pushparaj Chinnathambi
Yes, it is a JMS topic (NOTIFICATIONS). However, I can’t connect to this topic using MQTT in Angular clients. Could you please provide the configurations and methods to connect this NOTIFICATION topic in Angular using MQTT? Additionally, I need the topic settings to be compatible with both JMS and

Re: Unable to connect topic queue with below configuration

2024-05-06 Thread Justin Bertram
> Then, I send this information to the NOTIFICATION queue using JMS within the Spring Boot backend. Does it have to be a JMS queue? Can it be a JMS topic instead? If it can be a JMS topic then you should be able to use MQTT on your Angular clients. If not, then I recommend you use the STOMP protoc

Re: Unable to connect topic queue with below configuration

2024-05-06 Thread Pushparaj Chinnathambi
I totally agree with you. I am very new to Apache ActiveMQ, so I don’t fully understand the MQTT logic yet. Let me explain my scenario to you to clarify my requirements. The admin assigns tasks to users. In the backend, which is built with Spring Boot, this information is stored in a database. The