stomp-js / rx-stomp

STOMP adaptor for RxJS
Apache License 2.0
110 stars 21 forks source link

After Delete the queue Stomp not recreating it #547

Open ben-katan opened 6 months ago

ben-katan commented 6 months ago

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

publish to /queue/test delete the queue from the rabbitMQ management publish again The queue was not recreated.