I need to post to WebLogic Queue from a .NET/C# web application. Any help on how t开发者_如何学Pythono do that is appreciated.
I\'ve been researching various communication technologies/architectures/patterns/implementations (read: buzzwords) including Web Services (WCF, Axis2), ESBs, SOA, and wanted to know more about JMS wit
So I have the following publisher: import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Session;
Iam trying to send a string message into a JMS queue created in weblogic server. Iam using Eclipse ide and when i run my web application i get the following error and the tomcat server gets shutdown.T
For my w开发者_如何学运维eb app, I have a JMS topic which is receiving many messages at any given time. I have a MDB that processes the messages and updates the database based on the message data. I h
I am trying to find an answer on of how to notify an EMS Publisher in case of a Subscriber failure. In a case of Publisher->EMS server->Subscriber, if a Subscriber fails, I need to inform Publisher to
In a simple demo web app using JSF 2 and Ajax, there is a method in the ManagedBean which receives messages from a JMS queue:
I\'m using EJB 3.1 and I want to configure an MDB to listen to multiple 开发者_JAVA百科queues. I\'d prefer defining the queue names via XML but the other definitions via annotations.
I have been skimming forums and websites for a few days now about how to thread-pool a spring JMS subscriber with very little luck.When using a queue with the jms:listener-container there is a concurr
Is it possible to call/use JAVA Messaging Service (JMS) from PL/SQL? I know we can call java from pl/SQL, but calling java is different from calling JMS Queues or JMS Topics, because JMS depends upon