Package org.jboss.test.jmsra.bean

Examples of org.jboss.test.jmsra.bean.JMSSessionHome


   }

   public void testSendToQueueAndTopic()
      throws Exception
   {
      JMSSessionHome home = (JMSSessionHome) getInitialContext().lookup("JMSSession");
      JMSSession session = home.create();
      session.sendToQueueAndTopic();
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.jmsra.bean.JMSSessionHome

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.