5 Replies Latest reply on Apr 25, 2013 9:16 AM by ataylor

    Setting JMS filter (Range filter)

    ajinkya.bambal

      I am setting JMS filter in Producer side i.e jmsMessage.setObjectProperty("FILTER",filterId1) ...

       

      so this is one to one relationship . i.e. key FILTER is associated with only one value i.e filterId1 ( msg is consumed by consumer which has value as filterid1 )....

       

      but i want one to many relationship , i.e . FILTER is associted with many filterId's (filterId1 or  filterId2 or filterId3 or filterId4 or filterId5 )

      Consumer having value between any of these filterId's can consume the message .....

       

      is der any functionality in jms if no then how we can achieve it programitically.....