On Mon, Oct 26, 2009 at 9:58 AM, Matvey <[email protected]> wrote:
>
> I've stucked at configuration point, an idea is almost the same:
> JBOSS 5 + ActvieMQ integration + Camel under ActiveMQ configuration file.
>
> So: Jboss 5.1.0 + ActiveMQ 5.3.0,
> jboss rar:
>
> jboss-5.1.0/server/default/deploy/activemq-ra.rar
>
> broker config file:
> jboss-5.1.0/server/default/deploy/activemq-ra.rar/broker-config.xml
>
> jboss resource adapter config file:
> jboss-5.1.0/server/default/deploy/activemq-ra.rar/ra.xml
>
> if I use the followin string in ra.xml:
> <config-property-value>xbean:broker-config.xml</config-property-value>
>
> than I get:
> WARN  [ActiveMQResourceAdapter] Could not start up embeded ActiveMQ Broker
> 'xbean:broker-config.xml': The configuration has no BrokerService instance
> for resource: xbean:broker-config.xml
>
> in another case if I try to use file link:
> <config-property-value>xbean:file:///broker-config.xml</config-property-value>
> I get sometimes the same error as above, sometimes
> IOException/FileNotFoundException, I've tried different combinations,
> symlinks etc, but I never got this broker running under Jboss5.
>

Hi

Can you ask in the ActiveMQ user forum and/or search that forum as its
more of an AMQ question than Camel.

>
> --
> View this message in context: 
> http://www.nabble.com/JBoss-%2B-ActiveMQ-%2B-Camel-%2B-Newbie-tp24056976p26056245.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to