1. MDP pool for JMS durable subscriber forum.springsource.orgMDP pool for JMS durable subscriber Our application is deployed in JBoss and is using JBoss JMS to publish and subscribe messages. We are using Spring MDP's for our subscribers and ... |
2. MDB vs MDP forum.springsource.orgMDB vs MDP Hi, folks! I am currently planning to substitute a Message Driven Bean with a Message Driven Pojo, aiming to lower the constrain of needing an EJBContainer in a ... |
3. Problem monitoring MDP's using DefaultMessageListenerContainer forum.springsource.orgProblem monitoring MDP's using DefaultMessageListenerContainer I'm trying to setup MDP's using DefaultMessageListenerContainer using Queue (not Topic). The problem is that even if messages are sent and received, I cannot monitor Queue ... |
4. MDP Deploy forum.springsource.orgHi, if you are using spring 2.0, then you can bootstrap an webapplication context. Have a look here http://static.springframework.org/sp...gration-common If you are using spring 2.1m4, then you can use also a ... |
5. MDP concurrent consumers forum.springsource.orgMDP concurrent consumers Hi, I try to deploy an application that use MDP on weblogic server. The deployment works fine however I have a problem in the number of concurrent consumers ... |
6. How to configure multiple MDP for concurrent processing. forum.springsource.orgHow to configure multiple MDP for concurrent processing. Hi, I've used Spring JMS in a recent project and it has worked very well. We now have another project wherein the WebSphere ... |
7. How to get MDP, JBoss, and WMQ working together forum.springsource.orgHow to get MDP, JBoss, and WMQ working together Im using JBoss 4.2 and Websphere JCA MQ Connector . Im trying to create a spring MDP but Im receiving the following ... |
8. When to use MDP? forum.springsource.org |
9. Dynamic MDP creation forum.springsource.orgDynamic MDP creation I know that this issue has already been discussed on this forum and i've read every post here related to dynamic destinations and dynamic MDPs. However, I'm still ... |
10. JMS MDP Best practices? forum.springsource.orgJMS MDP Best practices? Hi Spring users, I have a question about the best way to handle Spring JMS Message Driven Pojos. Right now we're using the MessageListenerAdapter to setup MDPs, ... |
11. Spring2.5.3, ActiveMQ4.1.1 - JMS1.1 MDP Consumption XML Configuration Choices forum.springsource.orgApr 8th, 2008, 10:33 AM #1 Narada View Profile View Forum Posts Private Message Senior Member Join Date Jan 2007 Posts 107 Spring2.5.3, ActiveMQ4.1.1 - JMS1.1 MDP Consumption XML Configuration Choices ... |
12. Simple example of MDP forum.springsource.orgSimple example of MDP Hi I would like to use Spring MDP. I am following the documentation here: http://static.springframework.org/sp...rence/jms.html Section 19.4.2 . The part that I am missing is how should ... |
13. MDP and JCA forum.springsource.orgHello, I am doing an initial investigation for using JMS with Spring. I have read some recommendation to use JCA, like Jenks along with Spring. If we are using MDP, what ... |
14. Using MDP with Tibco EMS forum.springsource.orgHello, I try to use MDP instead of MDB on weblogic 9.2 server with foreign JMS provider (Tibco EMS), but got a problem. My MDP does not receive messages from Queue. ... |
15. Stop MDP forum.springsource.orgHow does one stop a MDP bean executing processing of a Message.? For example if a particular instance of MDP bean is processing for along time and one wants to stop ... |
16. Creating thread in MDP forum.springsource.orgHi All, Is it possible to create a thread inside the onMessage of an MDP? I believe with the MDBs this was not permitted but was wondering if this is a ... |