stomp-js / stompjs

Javascript and Typescript Stomp client for Web browsers and node.js apps
Apache License 2.0
763 stars 81 forks source link

After Delete the queue Stomp not recreating it. #611

Open ben-katan opened 10 months ago

ben-katan commented 10 months ago

I am using stomp in a simple js script and trying to publish to rabbitMQ throw queue. the process I am doing:

  1. publish to /queue/test
  2. delete the queue from the rabbitMQ management
  3. publish again The queue was not recreated.
ben-katan commented 9 months ago

?