Hhmm, I guess you could use the Apache mod_proxy module to forward requests/responses to/from the broker.
I'm not an expert in this area, but I don't think anything gets serialized to XML when JMS client and broker are communicating over an http transport. I would venture to guess that in this scenario the OpenWire protocol is being tunneled through http. http://activemq.apache.org/openwire-version-2-specification.html Joe www.ttmsolutions.com Brian Munroe-2 wrote: > > On Mon, Mar 3, 2008 at 11:17 AM, ttmdev <[EMAIL PROTECTED]> > wrote: > >> The following jar files are required in the CLASSPATH for clients: >> >> $ACTIVEMQ_HOME/activemq-all-<version>.jar >> $ACTIVEMQ_HOME/lib/optional/commons-httpclient-<version>.jar >> $ACTIVEMQ_HOME/lib/optional/xstream-<version>.jar >> $ACTIVEMQ_HOME/lib/optional/xmlpull-<version>.jar >> > > Thanks Joe. > > Now here is a wild one. Can I proxy this traffic through Apache > httpd? My gut feeling says yes, but that is my gut (and it's been > know to be wrong) > > When using the HTTP transport, what is the payload format of the > messages? I thought I read somewhere that it gets serialized into > XML? Can I use this transmit binary data (serialized, of course)? > > thanks again! > > -- brian > > -- View this message in context: http://www.nabble.com/JMX-over-HTTP---How-to--tp15810985s2354p15815661.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.