cluster « jms « Java Enterprise Q&A





1. Ensuring serial processing of JMS messages in an OC4J cluster    stackoverflow.com

We have an application that processes JMS message using a message driven bean. This application is deployed on an OC4J application server. (10.1.3) We are planning to deploy this application on ...

2. Configuring JMS over a Weblogic Cluster    stackoverflow.com

I have a setup of 2 WLS managed servers configured as part of a WLS cluster. 1) The requirement is to send requests to another system and receive responses using JMS as ...

3. Deliver JMS message to all nodes in the cluster in Weblogic    stackoverflow.com

Is there a way to configure WebLogic 9.x cluster to receive a JMS message on a single JMS queue address from remote client and that the message is delivered to each ...

4. JBoss 5 cluster as JMS server durable problem    stackoverflow.com

I have an pair of JBoss 5.1 servers clustered together to act as an fault-tolerant JMS server. I configured them to use MySQL datastore (with clustering setting enabled in mysql-persistence-service.xml), I created ...

5. How does a JMS Topic Subscriber in a clustered application server recieve messages?    stackoverflow.com

Suppose I created a JMS Topic (PropertiesTopic) with one subscriber (PropertiesSubscriber). PropertiesSubscriber is running in a load balanced application server cluster as shown in the picture below. alt ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>6. <a href='http://stackoverflow.com/questions/2380699/how-to-set-up-a-virtual-host-in-weblogic'>How to set up a virtual host in WebLogic?</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>Is it possible to set a virtual host in WebLogic only ?

In my development machine, I have a WebLogic instance with two servers, listening to ports 7002 and 7003; the deployed ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>7. <a href='http://stackoverflow.com/questions/2806095/optimized-publish-subcribe-jms-broker-cluster-and-conflicting-posts-on-stackoverflow-for-the-answer'>Optimized Publish/Subcribe JMS Broker Cluster and Conflicting Posts on StackOverFlow for the Answer</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>I am looking to build a publish/subscribe distributed messaging framework that can manage huge volumes of message traffic with some intelligence at the broker level.  I don't know if there's ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>8. <a href='http://stackoverflow.com/questions/3501369/module-clustering-and-jms'>Module clustering and JMS</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>I have a module which runs standalone in a <code>JVM</code> (no containers) and communicates with other modules via <code>JMS</code>.
My module is both a producer in one queue and a consumer in ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>9. <a href='http://stackoverflow.com/questions/4407138/how-to-develop-and-test-jms-clustering-on-single-machine'>How to develop and test JMS clustering on single machine?</a><span class='articleProductElementHost'>    stackoverflow.com</span></h3><p class='articleProductElementParagraph'>I am wonder, is it possible to develop and test JMS server which supports clustering & failover on single machine? I am using HornetQ.

Thanks.
 </p></div></td></tr><tr><td><br/><br/><style>.example_responsive_1 { width: 320px; height: 100px; }@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }@media(min-width: 800px) { .example_responsive_1 { width: 468px; height: 60px; } }</style><script async src=

10. Jboss clustered env and communicate via jms (dependencies)    stackoverflow.com

I'm connecting via jms, and I have had problems with sending jms messages until I add all jars from jboss client folder. It solved the problem but my app weight now ...

11. Clustering Weblogic JMS    stackoverflow.com

I have 8 instances of Weblogic, dispatched on 4 machines. Those 8 instances are grouped in a cluster.
Those 8 instances are great for EJB containers, but I have also 8 instances ...

12. Weblogic 10.3.4 clustered JMS    stackoverflow.com

I am trying to configure clustered JMS on Weblogic 10.3.4. I have a 4 node cluster plus my AdminServer already configured. I also have my JMS already configured and targeted to ...

13. Weblogic clustered JMS and Apache proxy    stackoverflow.com

I have a Weblogic 10.3.4 clustered JMS setup with 2 managed servers. Right now, each managed server has its own IP address. I have installed Apache and the Weblogic plugin as ...

14. Monitoring JMS queues in clustered JMS on Weblogic 10.3.4    stackoverflow.com

I have Weblogic 10.3.4 with a cluster of 2 managed servers, each with a JMS server. I also have a clustered JMS module with several "Uniform Distributed Queue"s. I have verified ...

15. Using Filters to control message delivery in a HornetQ cluster?    stackoverflow.com

Due to business requirements, I'm working with a JMS messaging setup in which:

  • Queues must be defined by the application container.
  • Queues must be able to exist in a cluster, and balance load.
  • The ...

16. How to setup HA JMS (singleton) queue on JBoss 5.1?    stackoverflow.com

I've read up on the JBoss clustering guide and I'm not sure if the following scenario is possible: I'll have 2 JMS servers (J1 and J2), clustered together. I'll have 2 (stateless) EJB ...





17. Clustered Jboss servers - Maintaining a unique count    stackoverflow.com

We have a web service receiving requests at a very high frequency. The application is deployed on two jboss servers in a cluster (for load balancing) We process the requests and determine some ...

18. Connecting to a remote JMS Topic from a WebLogic clustered environment    stackoverflow.com

I have written a Spring Message Driven Pojo that connects to a remote WebLogic JMS Topic using it's connection factory. Now, I deploy this code into a WebLogic clustered environment ...