Ok, get it. did you try:
BrokerXmlConfig = broker:(ws://someHostName:61618) ? it can need activemq-optional jar (to add to tomee/lib) + jetty because amq websocket support is actually only done by jetty (you can open an issue for it). if stomp is not mandatory looking tomcat websocket api is clearly an interesting alternative (IMO) *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/3/2 Bharath <[email protected]> > My web-app is going to receive STOMP messages from a remote ActiveMQ > broker. > I want to simulate that using a local messaging server for test purposes. > My > web-app runs on a tomcat container... so the thought of placing ActiveMQ > along with it and making it send test frames to the local web-app. > > Thanks. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/ActiveMQ-in-TomEE-tp4661143p4661148.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
