Re: Not writing to Error queue

2012-07-31 Thread James Carman
ss="org.apache.camel.component.jms.JmsComponent"> > > class="org.apache.camel.component.jms.JmsConfiguration"> > name="connectionFactory" ref="

RE: Not writing to Error queue

2012-07-29 Thread nishant.rupani
uly 27, 2012 11:14 PM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue You use the same WebShere MQ queue manager for receiving the messages and writing the failed messages, correct? Could you please share the entire Spring XML configuration (including the JMS component conf

RE: Not writing to Error queue

2012-07-29 Thread nishant.rupani
12 6:57 AM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue On 7/27/12 1:25 PM, nishant.rupani wrote: > Hi, > > Yes, I've setup JMS. I checked the setup by putting " uri="wmqError:${error.queue}" />" directly into the router and it worked well.

Re: Not writing to Error queue

2012-07-27 Thread Willem Jiang
onException is not being executed at all. exceptionPrint method of exceptionHandler is being called fine always. Regards, Nishant From: Willem.Jiang [via Camel] [mailto:ml-node+s465427n5716539...@n5.nabble.com] Sent: Friday, July 27, 2012 10:48 AM To: Rupani, Nishant (ISGT) Subject: Re: Not writing

Re: Not writing to Error queue

2012-07-27 Thread Christian Müller
> issues. > > Regards, > Nishant > > > From: Christian Mueller [via Camel] [mailto: > ml-node+s465427n5716543...@n5.nabble.com] > Sent: Friday, July 27, 2012 1:32 PM > To: Rupani, Nishant (ISGT) > Subject: Re: Not writing to Error queue > > May be the exce

RE: Not writing to Error queue

2012-07-27 Thread nishant.rupani
Nope it doesn't. It just has print. I've removed it too but still same issues. Regards, Nishant From: Christian Mueller [via Camel] [mailto:ml-node+s465427n5716543...@n5.nabble.com] Sent: Friday, July 27, 2012 1:32 PM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error que

Re: Not writing to Error queue

2012-07-27 Thread Christian Müller
716539...@n5.nabble.com] > Sent: Friday, July 27, 2012 10:48 AM > To: Rupani, Nishant (ISGT) > Subject: Re: Not writing to Error queue > > Hi, > > Why are you using the scheme of wmqError? > Did you setup up jms component with id of wmqError rightly? > > > On 7/25/12 5

RE: Not writing to Error queue

2012-07-26 Thread nishant.rupani
abble.com] Sent: Friday, July 27, 2012 10:48 AM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue Hi, Why are you using the scheme of wmqError? Did you setup up jms component with id of wmqError rightly? On 7/25/12 5:50 PM, nishant.rupani wrote: > I don't see any reference

Re: Not writing to Error queue

2012-07-26 Thread Willem Jiang
ble.com] Sent: Wednesday, July 25, 2012 2:46 PM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue Can you please share your full camel context? Also do you see anything in the logs? -- *Ioannis Canellos* * FuseSource <http://fusesource.com> ** Blog: http://iocanel.blogspot.

RE: Not writing to Error queue

2012-07-26 Thread nishant.rupani
o: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue Are you using transactions? If so, are you marking the exception as "handled"? On Thu, Jul 26, 2012 at 12:54 AM, nishant.rupani <[hidden email]> wrote: > Yes, it's WebSphere MQ. I have created ERROR q

Re: Not writing to Error queue

2012-07-26 Thread James Carman
gt; > Regards, > Nishant > > > From: Christian Mueller [via Camel] > [mailto:ml-node+s465427n5716485...@n5.nabble.com] > Sent: Thursday, July 26, 2012 3:03 AM > To: Rupani, Nishant (ISGT) > Subject: Re: Not writing to Error queue > > With MQ, do you mean what? WebS

RE: Not writing to Error queue

2012-07-26 Thread nishant.rupani
shant (ISGT) Subject: Re: Not writing to Error queue With MQ, do you mean what? WebSphere MQ (I assume), ActiveMQ, RabittMQ, ... If you use WebSphere MQ, you have to create the ERROR queue upfront, did you? Best, Christian On Wed, Jul 25, 2012 at 8:53 AM, nishant.rupani < [hidden email]> wro

Re: Not writing to Error queue

2012-07-25 Thread Christian Müller
. > > We are using camel 2.9.0 > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Not-writing-to-Error-queue-tp5716435.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

RE: Not writing to Error queue

2012-07-25 Thread nishant.rupani
. . . From: iocanel [via Camel] [mailto:ml-node+s465427n5716444...@n5.nabble.com] Sent: Wednesday, July 25, 2012 2:46 PM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue Can you please share your full camel context? Also do you see anything in the logs?

RE: Not writing to Error queue

2012-07-25 Thread nishant.rupani
: Wednesday, July 25, 2012 1:34 PM To: Rupani, Nishant (ISGT) Subject: Re: Not writing to Error queue How did you setup the DeadLetterQueue ? On Wed, Jul 25, 2012 at 2:53 PM, nishant.rupani < [hidden email]> wrote: > I am usign a router to consume messages from MQ. On exception, I want wr

Re: Not writing to Error queue

2012-07-25 Thread Willem Jiang
message > to error queue. > > For testing, I called a method of a bean on exception and that worked fine. > but it is not publishing the message to error queue. > > We are using camel 2.9.0 > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/

Not writing to Error queue

2012-07-24 Thread nishant.rupani
. We are using camel 2.9.0 -- View this message in context: http://camel.465427.n5.nabble.com/Not-writing-to-Error-queue-tp5716435.html Sent from the Camel - Users mailing list archive at Nabble.com.