spring-jms
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 分类:问答Spring Integration JMS Outbound adapter transaction control
in order to reach high performance production of messages with jms with transactions enabled, one needs to control the amount of messages being sent on each transaction, the larger the number the high[详细]
2023-03-28 17:52 分类:问答Does anyone know exactly what javax.jms.InvalidDestinationException: Not allowed to create destination means?
I am try to connect to a Tibco Ems Topic using Spring when I recieve this error. Here is the config: <jms:listener-container connection-factory=\"Tcf\"acknowledge=\"auto\" >[详细]
2023-03-24 15:24 分类:问答Grails & JMS Spring Integration: 'selector-expression' in recipient-list-router not working
Following is the code which is not workin开发者_如何学运维g: SampleGrailsPlugin.groovy def doWithSpring = {[详细]
2023-03-14 20:44 分类:问答Spring JMS and Loading of Listener
We are using Spring JMS to read messages from an Oracle AQ queue. When we process those messages, we send them out the door to a vendor product using sockets.[详细]
2023-03-12 08:14 分类:问答Spring JmsTemplate & WebSphere MQ - ignoring RECEIVE_TIMEOUT_NO_WAIT
I am using Spring JmsTemplate and WebSphere MQ (inside WebSphere App Server). I create the JmsTemplate instance as follows:[详细]
2023-03-08 05:51 分类:问答Is it possible to implement JMS, Spring and Tibco EMS on a standalone Java app?
So here\'s my problem! I Have a Tibco EMS topic with authentication I have a standalone app I\'d like to pub and consume messages from this[详细]
2023-03-05 23:50 分类:问答Help with Spring and JMS. I am trying to setup a simple publisher using spring?
So I have the following publisher: import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Session;[详细]
2023-03-04 16:27 分类:问答How to set the ActiveMQ redeliveryPolicy on a queue?
How do I set the redeliveryPolicy in ActiveMQ on a Queue? 1) In the doc, see: activeMQ Redelivery, the explain that you should set it on the ConnectionFactory or Connection. But I want to use differe[详细]
2023-02-17 12:32 分类:问答Spring batch JMS writer/reader example
Anybody know of a good resource for a detailed (more so than the Spring Batch docs) look at the uses of JMS Item Writer/Reader in Spring Batch?[详细]
2023-01-10 11:11 分类:问答