-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant make it work with wss #1
Comments
This project just wrapping the stompFrame format. Maybe you should check the connect URL, such as starting with |
Hi Jeeinn, tanks a lot to answer I have being trying all sort of things to make this work. I have a sample in js that works with the same url and queue but i need to implement this in php. The connection it is fine so I think is not about the url, credentials or port. When I do the while i get the message with the correct response but with null body
[2023-01-18T09:47:41.401761+00:00] wl-nns-dev.INFO: STOMP full response: CONNECTED server:ActiveMQ/5.11.0.redhat-630516 heart-beat:10000,0 session:ID:broker-amq-2-5-nxhq9-43521-1671455839478-5:3070 version:1.2 [] [] And then after parser: But i allways get null in the body. |
Finaly manage to make it work: The way that it is sending the credentials and the queue it is perfect looks like we need to wait a bit to get the next call.
|
Hi, I am following the sample to read messages from stomp using wss because the server I need to get the messages dosn't support tcp.
I manage to connect but I always get null in the body.
Looks like the subscription of the queue is not working or something else that i can't figure out.
You sure the way to inject the suscribe queue is using $client=text('name of queue')
Please any advice more than welcome
The text was updated successfully, but these errors were encountered: