Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am fairly to new to JMS configuration in JMS.

Here is what i am trying to do.

We have multile JVMs of our applications in a single weblogic domain. We want to have JMS server installed on say one JVM and rest of the JVMs refer to the first JMS Server.

So, the configuration is:

JVM1: JMS Server is installed JVM2: JMS Module installed

Now I need to configure JVM2 to talk to JMS server on JVM1. How do i do that?

This is on weblogic 11g

share|improve this question

1 Answer

I suggest going through the basics of WebLogic 11 JMS configuration and then taking a look into this good guide from Oracle documentation. I know there is a lot of info over there, but in the long run it is better to know what you are doing rather than just copying someone else's configurations.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.