0 Replies Latest reply on Jan 21, 2008 7:26 AM by lasmith

    Integrate JBoss MQ With Orion

    lasmith

      I have a pre-existing system that runs on the Orion application server. As part of a new system that will be running on JBoss 4.2.2 I need to post a message on one of the existing message queues in the Orion server. I only need to post (not listen as yet) so was wondering the best approach for this?

      Presumably I need to setup a JMS Provider (http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider ) and add the orion libs to the $server/lib folder. I should then be able to lookup the queue in JNDI and post a message.. Have I missed anything? Or is there an alternative approach?

      Laurence