java - consuming data from RabbitMQ via Spring -


i new rabbitmq , want receive messages queue can provide internal queue , work on messages in parallel. want acknowledge queue depending upon messages. source providing single message @ time , take lot of time process messages. highly appreciated.

see spring amqp reference manual.

there's spring boot getting started guide.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -