you have (AFAIK) two choices: 1. create an EJB that can publish messages using standard JMS API (and ofcourse using MDB to subscribe/consume) 2. Create a service (MBean) that can instantiate your test client (if you expose a method on the MBean, it can be invoked via JMX console.
Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029384#4029384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029384 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
