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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -