Re: Camel logging with log4j2

2015-04-17 Thread Thiago Kronig
Camel uses internally SLF4J as its logging API. So, assuming you are using maven, just use the following: dependency groupIdorg.apache.logging.log4j/groupId artifactIdlog4j-slf4j-impl/artifactId version2.2/version scoperuntime/scope /dependency -- Thiago Kronig On Fri, Apr 17

Re: Questions about JMS component and XA Transactions

2015-03-26 Thread Thiago Kronig
Gabriel! You and I work at the same company. Contact me if you need help! On Thu, Mar 26, 2015 at 3:12 PM gabfssilva gabfssi...@gmail.com wrote: Hi! I'm trying to use the JMS component, which connects to a JBossMQ (it runs on a JBoss 4.2.3GA :/ ) and I'm having some problems when I try to use

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread Thiago Kronig
Diego, You have three JVM instances running each 15 consumers? Your BROKER_URL points to a fourth JVM, running only ActiveMQ Broker? On Wed, Mar 4, 2015 at 2:15 PM Diego Magalhaes diego.magalh...@bemobi.com.br wrote: Hmmm... the message went all broken. Hey there, I'm currently