I have a Java application with a number of components communicating via JMS (ActiveMQ). Currently the application and the JMS Hub are on the same server although we eventually plan to split out the co
I have a managed entity which has a EntityListener attached to it. The EntityListener on PostUpdate and PostPersist adds the entity to a JMS queue to do some more processing. So here is the scenario,
Maybe I dont know the right search terms to query with, but I cannot find instructions on how to configure glassfish 3.1 to allow me to use an external websphere mq7 server for my jms/mdb project. Can
We have a project where we want to link 2 enterprise systems together using JMS. In a nutshell, system 1 sends a message to the queue.
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
I am buildin开发者_JAVA技巧g a community website using Grails and I want to implement user notifications exactly like stackoverflow.com. For instance, user will get notified for new events (\'You have
I am just setting up a test project using Oracle Streams. My first problem is, is there something I need to install fi开发者_StackOverflowrst?How can I tell if Oracle Streams is installed ?Streams is
I am just getting started with开发者_如何学JAVA on a project and hope to use Oracle streams. I am looking for a straight-forward, hello-world type of example using Oracle Streams.Can you point me to
I am using a message-driven-channel-adapter to read messages off MQ queue, and this has been working fine in development. Now, in preparation for the first production release, I have to read a secured
We are in the process of testing OpenEJB solution that embeds ActiveMQ 4.1.1. We observe various problems with messaging (bugs, performance, stability). One option is to upgrade to just released OpenE