POJO « Message « Spring Q&A





1. Deploying spring message driven pojo on weblogic 8.1    stackoverflow.com

I am trying to deploy a spring message message driven POJO on weblogic 8.1. It is a simple POJO, and it works fine being run outside of an application server, but ...

2. Spring WebFlow: Obtain a message from inside a POJO action    stackoverflow.com

The action method currently receives the SWF RequestContext, and I was expecting I'd be able to lookup a message from somewhere in that object chain, but I'm not finding it. Is my ...

3. Need help with forms POJOs and messages properties    forum.springsource.org

Hi all, Newbie here. I have two pojos, class theater, class dog. Both have property called "id". When displaying the form built with TableFormBuilder (after added the property id with formbuilder.add ...

4. Multiple Message Listener POJOs    forum.springsource.org

Multiple Message Listener POJOs I have my app set up to correctly call a method when a message is found on a destination queue, but my question is how would I ...

5. Jencks or Spring 2.0 message driven POJO    forum.springsource.org

I would Jencks consider more as an integration technology of Apache Geronimo's connection and transaction management. With Jencks you can easily use JTA without a full-blown JEE container. Joerg

6. Using JMSTemplate from within a Message Driven Pojo    forum.springsource.org

Using JMSTemplate from within a Message Driven Pojo I have implemented a message splitter that receives a message from one queue and sends it onto two other queues. There are different ...

7. Message-Driven POJOs General Question    forum.springsource.org

Does the Message-Driven POJO as mentioned in Chapter 19 of the Spring Reference need to be deployed to the weblogic server as a MDB? Can someone please clear this doubt for ...

8. Can not connect with message driven POJOs    forum.springsource.org

Can not connect with message driven POJOs Hi We have tried to use Spring's message driven POJOs (MDB) in order to access JMS queue in BEA Weblogic (AquaLogic) server. We have ...

9. Message-Driven POJOs in app server: JCA or JMS?    forum.springsource.org

Message-Driven POJOs in app server: JCA or JMS? hi all, we want to move from MDBs to Message-Driven POJOs (MDPs) in JBoss. JTA transaction support is essential. The JMS provider is ...





10. Message Driven POJOs: Multiple queues listening for same message    forum.springsource.org

Message Driven POJOs: Multiple queues listening for same message I use Message Driven POJOs for async JMS without a responce. I have one queue for a message "A" and one queue ...

11. Deploying Message Driven POJO in Weblogic 8.1    forum.springsource.org

Deploying Message Driven POJO in Weblogic 8.1 Hello. I am new to J2EE and Spring, and have been trying for far too long to deploy my Message Driven POJO to a ...