I am trying my hands on apache ActiveMQ i have made my first application using spring.i am now trying to implementing publisher/subscriber application where all the peers can take participate in publishing at any time and the subscribers will recieve whatever is published. while Googling, have came across the terms Topic
and the Concurrent consumers of the queue
, now i am bit confused. i have few questions regarding it :
- How they both are different ?
- Which could the purpose here more efficiently ?