Another thing I'm trying to do is integrate ActiveMQ with JBoss.  I've
gotten this [1] to work great with the TCP transport, but I'm not
having much luck getting it to use the HTTP transport.  I keep
getting:

13:27:40,050 ERROR [BrokerService] Failed to start ActiveMQ JMS
Message Broker. Reason: java.io.IOException: Transport Connector could
not be registered in JMX: Transport scheme NOT recognized: [http]

So do I need to include some additional libraries or configure JBoss
differently?

-- brian

[1] - http://activemq.apache.org/integrating-apache-activemq-with-jboss.html

On Mon, Mar 3, 2008 at 11:33 AM, Brian Munroe <[EMAIL PROTECTED]> 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
>

Reply via email to