I am attempting to send a Point-to-Point JMS message from an oracle database stored procedure to a java application. The two \'points\' sit on different machines, which I\'ve confirmed can talk to eac
I have an MDB that listens on a queue. Whenever it recieves a message, it will forward execution to a stateless session bean which has a lot of logic, updates etc. Here is the flow of logic/call chain
I\'d appreciate any help on this... I have an Object I\'m trying to send in a JMS ObjectMessage by calling setObject. This Object contains a HashMap content as well as some other fields. When the map
For durability to make sense, should the app server in which an MDB is deployed to be separated from the JMS Provider (server), so tha开发者_开发百科t if the app server shuts down and is restarted lat
i cant write english, but it try my best. My Ques开发者_JAVA技巧tion is: \"Does an esb use topic or queue mode? Point-to-Point? Or does an esb use publish and subscribe?
I need some help with topics and selectors. I have a scenario with a topic having multiple durable subscribers (each with a selector)
I am trying to develop a JMS standalone application to read and writeto a Queue on MQSeries. My boss asked me to use pure java JMS (not ibm.mq lib) to do that.开发者_如何学Python
I am new to this JMS, MSMQ, Weblogic things and don\'t have much idea about them. Can someone please guide me regarding my above question - How a JMS based Weblogic serve开发者_运维知识库r can cosume
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\" >
I have a problem in a system where ~500 servers are communicating with central server through JMS over ~1000 topics. It\'s a 10 year old system and it worked good until few months ago.