rstoyanchev / spring-websocket-portfolio

736 stars 443 forks source link

Working topic message partition #67

Closed achmadns closed 8 years ago

achmadns commented 8 years ago

Sorry, I was wrong to create pull request to.

rstoyanchev commented 8 years ago

after trying the real message broker, rabbitmq in this case, there were queue left over...

Note that you can configure auto-delete when susbscribing. See the RabbitMQ STOMP plugin documentation https://www.rabbitmq.com/stomp.html.

achmadns commented 8 years ago

Thank you. I missed that out.