1. ActiveMq integration with Spring 2.5 stackoverflow.comI am using ActiveMq 5.32 with Spring 2.5.5. I use pretty generic configuration, as long as I include the jmsTransactionManager in DefaultMessageListenerContainer, Spring throw an error on start up: "Error creating bean ... |
2. Use Spring Integration or not? on a pure Java distributed System that is connected with JMS (ActiveMq) stackoverflow.comwe are building a distributed Java system (should be scalable ;-) ) that is connected only with JMS (ActiveMQ). I studied Spring Integration and I am not sure what the advantage ... |
3. Spring Integration & JMS over ActiveMQ forum.springsource.orgI'm trying to use the Spring integration RequestReplyTemplate to synchronously send and receive a message on two different Active MQ queues (one for the client to send on; one to receive ... |
4. spring integration with activeMQ problems forum.springsource.orgspring integration with activeMQ problems Hi, we tired spring integration with activeMQ 5.3.0. we have 5 topics . 1 publisher and each topic has one subscriber. The publisher sends each message ... |
5. ActiveMQ DLQ and Spring Integration ErrorChannel forum.springsource.orgActiveMQ DLQ and Spring Integration ErrorChannel Hi, I'm currently using Spring Integration 2 M5, and ActiveMQ 5.3.1. Several weeks ago I setup a default errorChannel within spring integration with an interceptor. ... |