Open MQ Community SamplesIf you are interested in contributing to this FAQ, please read the Contribution Guidelines. Please note that these samples are posted for the benefit of the community. These samples are intended to help you understand how you can use Open MQ in various integration and application settings. Use of these samples is at your own risk. We welcome your feedback – users@mq.java.net SpringWe get lots of questions about integrating Spring with Open MQ. We've put together a few samples to illustrate how you can tie these two products together. Here is a Maven project that can help you work with these samples if you use NetBeans (You might find you need to add the Maven Plugin)
StompConnectSTOMP is a streaming text protocol that was created to provide an easy way to integrate with JMS platforms. StompConnect is a bit of Java that wraps any JMS compliant platform. This sample shows how to set up and configure StompConnect to Open MQ JRuby and JMS with Open MQWith the ability to call Java libraries from Ruby script, creating a JMS client applications with JRuby is pretty straightforward. Here is an example that demonstrates how to use JMS APIs in a JRuby script with Open MQ: |