Re: What to do with Null Body messages?

2016-12-06 Thread Claus Ibsen
Or use a filter eip http://camel.apache.org/message-filter.html You can also general use an intercept from and then detour / stop it if its null http://camel.apache.org/intercept.html On Tue, Dec 6, 2016 at 4:22 PM, Steve Huston wrote: > You can set the ROUTE_STOP property

RE: What to do with Null Body messages?

2016-12-06 Thread Steve Huston
You can set the ROUTE_STOP property to true. http://camel.apache.org/intercept.html has more info. > -Original Message- > From: sa_james [mailto:sa_remin...@hotmail.com] > Sent: Tuesday, December 06, 2016 10:01 AM > To: users@camel.apache.org > Subject: What to do with Null Body messages?