Hi, there are two options for using ActiveMQ over standard http protocol (and port).
Http transport: http://activemq.apache.org/http-and-https-transports-reference.html or Rest: http://activemq.apache.org/rest.html But the problem is that your C# client does not support these protocols. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Apr 20, 2009 at 8:37 AM, azeemyousaf <[email protected]> wrote: > > hi, > > I have an application running in Jboss as a server application(J2EE) and > client interface in (C#). > i want to use ActiveMQ as an embedded messaging server. I have followed the > instructions on > http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and > configured it succefully. It works fine for sending or receiving messages > in > same jvm of jboss. But we need to configure ActiveMQ such that we don't > need > a separate tcp: port to be mentioned for clients outside of the jvm. > > Currently we have to connect to ActiveMQ using tcp URI. > > We cannot allow any other port than 8080 to be exposed from our server. > Please reply somebody in this regards > > > thanks n Regards > > > -- > View this message in context: > http://www.nabble.com/Using-ActiveMQ-Behind-the-FireWALLS-tp23131135p23131135.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > >
