Tuesday, June 14, 2011

OSB setting JMS property on JMS message and filtering (message selector) on the consumer proxy

This is how to configure the Message Selector on the receiving Proxy:


this is how to set the JMS property in the Transport Options before you route to the Business Service posting to the JMS queue



1 comment:

MJ said...

I need to compare the current date with a date from the header>>
if datestoredOnheader>(currentDate+100)
how to do this
thanks in advance