Using Apache ActiveMQ with Java

9
Using Apache ActiveMQ with Java Fernando Ribeiro Solution Architect

Transcript of Using Apache ActiveMQ with Java

Using Apache ActiveMQ with Java

Fernando RibeiroSolution Architect

Summary

• Overview• Samples– Java, Apache Camel

• References

Overview

• Apache ActiveMQ provides protocol support that can be used in Java

• Messaging brokers should be preferred over bridges, for example, for application integration

Apache Camel

• Receive from Queue – https://simplesassim.wordpress.com/2014/04/21/how-to-receive-a-message-from-an-apache-activemq-queue-with-apache-camel/

• Receive from Topic – https://simplesassim.wordpress.com/2014/04/21/how-to-receive-a-message-from-an-apache-activemq-topic-with-apache-camel/

References

• Red Hat JBoss A-MQ – http://www.redhat.com/products/jbossenterprisemiddleware/amq/

• Apache ActiveMQ – http://activemq.apache.org/

• Apache Camel – http://camel.apache.org/