I am trying to get ActiveMQ embedded into Jboss... followed the instructions
to the letter from the activemq site... when I try to deploy my MDB... i get
the following error...
and help would be greatly appreciated.
15:19:32,219 ERROR [JmsActivation] Unable to reconnect
org.jboss.resource.adapte
e?
>
> -----Original Message-
> From: DJ Daugherty [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 08, 2007 10:56 AM
> To: users@activemq.apache.org
> Subject: Re: JBoss JMX port problem
>
> within the activeMQ directory... the default JMX port will be 1099
> unless
>
within the activeMQ directory... the default JMX port will be 1099 unless
you manually change the port to 1199.
within the conf/activemq.xml config file... do a search for
connectorPort=1099
change the '1099' to '1199' and then make sure you uncomment the
section in order to active the feature.