ActiveMQ + JBOSS5 + Camel. An Idea is to configure Camel Producers automatically using annotations inside of EJB3 bean (mostly session beans). Is that possible?
It looks like I can configure bean for every JMS queue in a Spring config file and than get this bean in EJB3 using onEJBCreate method, but this solution looks not really optimal as Camel supports DI with annotations ant it should be possible to set producers using @Producer annotation. It would be nice as well, to use only one ActiveMQ configuration file to configure all Camel/Spring beans as this file is automatically used upon ActiveMQ start. -- View this message in context: http://old.nabble.com/How-to-configure-Camel-Routes-under-JBOSS-5-tp26473852p26473852.html Sent from the Camel - Users mailing list archive at Nabble.com.
