Spring Integration with JMS backed channels
Hi, I am a newbie to Spring Integration and am trying to execute a very basic Producer/Consumer application with SI and ActiveMQ. I see messages being produced and stored on the queue, but when the...
View ArticleWhy ScheduledConsumerCount and ActiveConsumerCount are set to 2 ?
Hello, I'm trying to configure a spring JMS DefaultMessageListener with Spring 2.5.6.SEC02 that would just treat one message at a time. Here's my configuration : Code: <!-- Spring Queue Containers...
View ArticleJMS backed channels and JMS outbound channel adapter
Hi, I am new to Spring Integration and have been going through the documentation, but am currently confused at one point : 1. I am trying to understand if there is any difference between having a...
View ArticleSpring JMS with websphere server 7 default queue and SSL examples
Hi, Can some one pls share if you have any examples on Spring JMS with websphere server 7 default queue and SSL examples? Thanks in advance
View ArticleConnections Not Release - DeafultMessageListenerContainer in Websphere
In one of our applications for our banking client, Wer are using the Spring DefaultMessageListenerContainer to get messages from a Queue in Websphere. We have configured the queue and a...
View Articleorg.springframework.integration.message.GenericMes sage to javax.jms.Me
Hi, Is there any way I can cast org.springframework.integration.message.GenericMes sage to javax.jms.Message? I tried to do so and i'm getting ClassCastException. I'm confused here. Y is the...
View Article