Results 1 to 2 of 2

Thread: jms:message-driven-channel-adapter selector expression

  1. #1
    Join Date
    Jun 2011
    Location
    Austin, TX
    Posts
    13

    Default jms:message-driven-channel-adapter selector expression

    Can anybody provide an example for 'selector' expression in message-driven-channel-adapter.

    Thanks

  2. #2
    Join Date
    Jun 2011
    Location
    Austin, TX
    Posts
    13

    Default

    I got it

    Code:
    <jms:message-driven-channel-adapter id="inChannel" destination="queueName" channel="commStatusChannel" selector="APPLICATION_NAME = 'XYZ' AND NOTIFICATION_TYPE = 'OPEN'"/>
    set properties through payload header.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •