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. -- 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.
