Re: Splitter and Aggregator

2017-02-07 Thread Demon Hunter
sorry I'm reading splitter and aggregator EIP. I don't see the examples which are using together with splitter and aggregator. However, I see there's one EIP call composed process which helps using splitter to be using together with aggregation by adding aggregation strategy as option on split tag.

Splitter and Aggregator

2017-02-07 Thread Demon Hunter
Can we use together with Splitter & Aggregator as below If no, can I know why. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-and-Aggregator-tp5793551.html Sent from the Camel - Users mailing list archive at Nabble.com.

MQ syncpoints for camel wmq component

2017-02-01 Thread Demon Hunter
Hi, wmq works as both consumer or producer. If so, SYNPOINT can be both consumer and producer? I'm getting confused using this SYNPOINT by using wmq options. In which circumstances, I can use SYNPOINT or gmo or pmo options? Any link to clear my basic understanding relationship between wmq options

exception handling

2016-11-03 Thread Demon Hunter
there are two exception I handle in my current camel route as below java.lang.Exception com.swift.ipla.types.InvalidSyntaxException ${exception.message} ${exception.cause} In java, we have to catch general exception later and specific exception need to catch first. If we

Re: Camel Header

2016-02-22 Thread Demon Hunter
u mean data type i wanna store in camel header?it's string type. For example, The message I want to store in one header is about 9KB data which i want to store in camel header. header name :MyCamelHeader value : that 9kb message. Thanks -- View this message in context: http://camel.465427.n5

Camel Header

2016-02-22 Thread Demon Hunter
Hi, I would like to know how large data camel header can store? because i'm facing difficult to store large data to store camel header. any pointer should be appreciated. Thanks Crusader -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Header-tp5778081.html Sent from

Camel Header

2016-02-22 Thread Demon Hunter
Hi, I would like to know how large data camel header can store? because i'm facing difficult to store large data to store camel header. any pointer should be appreciated. Thanks Crusader -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Header-tp5778080.html Sent from

Re: websphere mq ciphersuite

2016-01-07 Thread Demon Hunter
i change SSLCIPHERSUITE to "SSLCipherSuite" but i got this error: Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) Can you share me the proper way to set CipherSpec in my jms? I tried using both MQConnectionFactory &