Results 1 to 2 of 2

Thread: async JMS consumer and declarative security for spring?

  1. #1
    Join Date
    Jan 2005
    Posts
    28

    Default async JMS consumer and declarative security for spring?

    Hi there,

    I wonder any (open-source or not) solution for Spring to address

    - async JMS consumer (Message-Drive Bean style)?

    - declarative security that not only based on staticly defined role, but also make use of run-time data, e.g. method parameter?

    TIA
    chuck

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Chuck,

    You should check out:

    ActiveMQ: (http://activemq.codehaus.org) which has JCA-based plugin for Spring allowing message driven POJOs

    Acegi Security Framework (http://acegisecurity.sourceforge.net/) which provides declarative security for Spring.

    Rob

Posting Permissions

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