Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2014-02-01 Thread Claus Ibsen
On Fri, Jan 31, 2014 at 10:44 PM, Fernando Giorgetti wrote: > Claus, thanks for the quick reply. > > I did it some tests and it seems to work, but can you help me understand > what is really happening behind the scenes? > > Looking at the camel code, it will add a header to the JMS message using a

autoCreate and startingDirectoryMustExist on FTP Consumer

2014-02-01 Thread Chirag Dewan
Hi All, Does FTP Consumer support autoCreate and startingDirectoryMustExist options?  I was expecting FTP consumer to throw an exception if starting directory does not exist(autoCreate=false and startingDirectoryMustExist=true)  just like File Consumer. Thanks Chirag Dewan

Log4j over socket to Camel Netty Endpoint

2014-02-01 Thread Tyler Durvik
I am working on an app based on Apache Camel and I want to use Camel as a Log4j socket endpoint. I have Camel configured using netty and object deserialization using the ObjectDecoder. According to the Log4j documents, the log events should come to me as a serialized LoggingEvent object. So when

Re: Consuming multiple JMS messages in one single transaction

2014-02-01 Thread kraythe .
This question gets asked enough that perhaps there should be some text added to the JMS documentation on the matter. *Robert Simmons Jr. MSc. - Lead Java Architect @ EA* *Author of: Hardcore Java (2003) and Maintainable Java (2012)* *LinkedIn: **http://www.linkedin.com/pub/robert-simmons/40/852/a3

Re: Consuming multiple JMS messages in one single transaction

2014-02-01 Thread Claus Ibsen
On Sun, Feb 2, 2014 at 7:11 AM, kraythe . wrote: > This question gets asked enough that perhaps there should be some text > added to the JMS documentation on the matter. > Yeah sure we love when people contribute and help improve the docs. http://camel.apache.org/contributing > *Robert Simmons