jms
Oracle: Java stored procedure sending JMS Message
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[详细]
2023-03-26 23:36 分类:问答MDB transaction does not rollback email on timeout
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[详细]
2023-03-26 10:19 分类:问答Object with collection containing Serializable, non-primitive objects can't be set as ActiveMQ ObjectMessage
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[详细]
2023-03-25 16:37 分类:问答MDBs and durability
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[详细]
2023-03-25 13:03 分类:问答Which mode will an enterprise service bus use?
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?[详细]
2023-03-25 08:52 分类:问答activemq, jms topics and subscribers with selectors
I need some help with topics and selectors. I have a scenario with a topic having multiple durable subscribers (each with a selector)[详细]
2023-03-25 08:32 分类:问答How to use Java JMS with MQseries
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[详细]
2023-03-25 08:14 分类:问答How a JMS based Weblogic server can cosume a message created via MSMQ?
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[详细]
2023-03-25 03:08 分类:问答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 分类:问答JMS strange problem
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.[详细]
2023-03-22 03:59 分类:问答