1 Reply Latest reply on Apr 7, 2009 3:45 AM by beve

    setting Priority to JbossESB messages

      Hi,
      I am new to JbossESB.From the forums,I came to know that setting priority to the Jboss ESB messages are possible.I want to know how and where it needs to be set.Is there any property of the JbossESB message that handles the priority of the message.

      Thanks in advance

        • 1. Re: setting Priority to JbossESB messages
          beve

          Hi,

          I came to know that setting priority to the JBoss ESB messages are possible.

          I'm sorry but there is no generic priority setting. But you can specify a custom priority property on a message and have a Content Based Router (CBR) that takes different actions depending on this priority. The CBR could for example route messages with a higher priority to a different service for express processing.

          The quickstart 'business_rules_service' does CBR using Drools and routes bases orderPriority. Though not exactly the same as you are asking playing with it might give you a better idea on what you can do for your use case.

          Regards,

          /Daniel