Results 1 to 5 of 5

Thread: message selectors

Hybrid View

  1. #1

    Default message selectors

    IS there any support for message selectors using the JMSTemplate class or its associated helper classes? I can't for the life of me find anything on this.

    Thanks so much,

    Jesper

  2. #2
    Join Date
    Aug 2004
    Location
    New York, NY
    Posts
    74

    Default

    Hi,

    You can use the jms factory beans to configure a JMS 1.1 consumer with a message selector. These classes are in the sandbox. Refer to
    http://forum.springframework.org/viewtopic.php?t=174 for some docs The JmsTemplate is focused on sending functionality.

    Cheers,
    Mark

  3. #3
    Join Date
    Sep 2004
    Location
    Boston, US
    Posts
    130

    Default

    I too was hoping to see selector support in the JmsTemplate API. Whats the timeframe for the sandbox classes making it into a Spring release.

    Thanks,
    Sanjiv

  4. #4

    Default

    Quote Originally Posted by sjivan
    I too was hoping to see selector support in the JmsTemplate API. Whats the timeframe for the sandbox classes making it into a Spring release.

    Thanks,
    Sanjiv
    I personally don't think you need to wait to use them, I use them and they work fine. And if there was a problem, I don't think I would have trouble supporting them.

    Cheers
    Steve

  5. #5
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    The upcoming Spring 1.1.4 features new "receiveSelected" and "receiveSelectedAndConvert" methods on JmsTemplate, accepting JMS message selector Strings. This has been in CVS for quite a while now; feel free to give a current nightly snapshot a try!

    Juergen

Similar Threads

  1. Message Bundle - No Message Found exception
    By arumugamkasi in forum Web
    Replies: 18
    Last Post: Jun 20th, 2011, 04:24 AM
  2. UpgradeAcegi Security System from 0.6.1 to 0.8.3
    By mannobug in forum Security
    Replies: 3
    Last Post: Sep 23rd, 2005, 07:00 PM
  3. How to display message about last action?
    By pir8ped in forum Architecture
    Replies: 8
    Last Post: Jun 6th, 2005, 11:01 AM
  4. Channel and message transformation question
    By Alarmnummer in forum Architecture
    Replies: 12
    Last Post: May 11th, 2005, 05:06 PM
  5. Displaying Error from message resource
    By qtipz4ever in forum Web
    Replies: 3
    Last Post: Mar 16th, 2005, 04:48 PM

Posting Permissions

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