Re: Need help in connecting to embedded broker from external client

2023-12-14 Thread Shurya kumar
I was doing telnet on 8990. --telnet 127.0.0.1 8990 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. - I tried with making the ports as same in the broker url and acceptor. Port used was 5672 In both the scenarios, the serv

Need help in connecting to embedded broker from external client

2023-12-13 Thread Shurya kumar
Hi all, I am using an embedded Artemis broker in my Springboot application. I am able to use the broker from the java application. However, when i try to connect to broker from the python client using stomp/amqp, it is not getting connected. But the telnet command is able to the port. Is there s