I have a Java application. How do I use it as consumer of messages in activemq? Do I need to write any code where I will be passing my name of java application to list it as a consumer?
Or do I need to integrate any software (like camel, spring) which will help me to achieve this. Right now what I am looking for is that this Java application needs to be called when activemq gets populated with a message.
If I need to integrate something into my activemq please put some links which will clearly explain how to go about the integration.
PS I am new to activemq and I am super dependent on your help .