jms « Security « Spring Q&A





1. Securing JMS message-driven-channel-adapter    stackoverflow.com

I am using a message-driven-channel-adapter to read messages off MQ queue, and this has been working fine in development. Now, in preparation for the first production release, I have to read ...

2. Acegi & JMS    forum.springsource.org

Acegi & JMS Has anyone done anything with Acegi and JMS? Specifically, we want the Acegi security context to be all properly setup by the time a message listener is invoked. ...

3. Spawning a Data Access from a JMS Listener    forum.springsource.org

Spawning a Data Access from a JMS Listener Am new to Spring and have a question - I am having a Spring Asynchronous Listener, configured in my XML file which is ...

4. async JMS consumer and declarative security for spring?    forum.springsource.org

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, ...

5. Remote security with Lingo/JMS    forum.springsource.org

Remote security with Lingo/JMS Hi, quick question before I jump in and try this for myself. I current have a number of services secured via acegi and this is working great ...

6. Spring JMS Template102 and SSL    forum.springsource.org

Hi All Can someone please help me with the guidelines on how to use SSL with Spring JMS Template102. Basically am using Spring JMS Template102 to send credit card information and ...

7. JMS and Spring Security    forum.springsource.org

JMS and Spring Security I have non-web, standalone spring container using the SimpleMessageListener container for consuming JMS messages. As per my observations spring uses pooled threads to process the JMS messages. ...

8. Access JMS Header    forum.springsource.org

Hi, Is it possible to access JMS header information from within a Spring WS Endpoint (using the DefaultMessageListenerContainer). We have some custom JMS header we need to access and propagate through. ...

9. DataSource Access in JMS    forum.springsource.org

DataSource Access in JMS Hi, I get an error when opening a Datasource when the API is invoked through JMS Listener My applicationContext.xml entry is





10. Want to access Rendezvous JMS server using Spring    forum.springsource.org

Hi to all, I want to access Tibco Rendezvous server from spring. Do we have something the way we are accessing Tibco EMS server? I search on the internet but I ...

11. Securing JMS message-driven-channel-adapter    forum.springsource.org

Securing JMS message-driven-channel-adapter I am using a message-driven-channel-adapter to read messages off MQ queue, and this has been working fine in development. Now, in preparation for the first production release, I ...