jmstemplate
Not seeing message properties that I set explicitly (Spring/JMS/MQ)
Two separate processes are communicating via JMS over MQ. The writer sets a string property: new MessageAction() {[详细]
2023-04-11 01:26 分类:问答How do I debug JmsTemplate?
I am using SpringsourceTool and the Spring framework. I have some code that uses JmsTemplate to send messages via convertAndSend(Object). I want to debug it as a JUnit test. So, for the test class,[详细]
2023-03-09 07:46 分类:问答Spring JMS consumer pull
I need to implemt a pulling consumer. Most of the examples I see are the producer pushing a message to the consumer; Assuming consumer is always up.[详细]
2023-03-06 07:19 分类:问答Understanding JMS integration testing with Spring SingleConnectionFactory and CachingConnectionFactory
Please some help understanding the following: I am using CachingConnectionFactory in my app and first used it during my jms tests to test my jms config like guaranteed delivery, rollback/commit, etc.[详细]
2023-02-16 23:04 分类:问答Duplicated messages on ActiveMQ
I use ActiveMQ as JMS broker and consumer, jmsTemplate to send the messages, 1 non-durable Topic for the moment. During the peak time I have~100 messages/second.[详细]
2023-02-13 23:38 分类:问答Compile Error when using Spring JMS
I\'m running into a compile error while trying to use Spring-JMS.A quick Google search only turned up one matching result, bu开发者_如何学编程t I was unable to get anything useful out of it.[详细]
2023-02-13 05:26 分类:问答how to configure jms template at spring for weblogic?
as my question title, how to configure jms template at spring for weblogic? i followan example at some website, but spring always complain about defaultDestination at JmsTemplate[详细]
2023-01-24 08:54 分类:问答Does Spring JmsTemplate close connections by default?
I wrote a JMS application that runs within a web service inGlassfish (also deployed it in JBoss), I noticed that after I process several messages through a MessageListener MDP, the JMS server runs out[详细]
2023-01-23 05:42 分类:问答Spring JmsTemplate and Apache ActiveMQ, why so many connections?
I have a web application that runs text processing jobs in the background once a message is received on an ActiveMQ which is listened to by a Spring MessageListener....the problem I\"m encountering is[详细]
2023-01-22 05:58 分类:问答Creating temporary JMS jms topic in Spring
I\'m trying to refactor some legacy code to use Spring to handle the jms connections to a mainframe service. I need to connect create a temporary topic for the mainframe service reply and set that as[详细]
2022-12-09 11:37 分类:问答