Ankit_ceo2
Ankit_ceo2

Reputation: 317

Connecting one MQ server to multiple weblogic instances possible/not-possible?

Hi I have a IBM MQ server 7.0.1 installed on one centralized machine. The requirement is to connect many weblogic instances to this. The weblogic version is 12.1.3.

Is this possible or not. If yes how can do this configuration and in which file. I can specify only one PROVIDER_URL in JMSAdmin.config file.

Upvotes: 0

Views: 163

Answers (2)

Tim McCormick
Tim McCormick

Reputation: 956

First, MQ 7.0.1 is now very old and not supported by IBM. If you're making a new deployment I recommend deploying on one of the later still supported release (7.1, 7.5, 8, or 9).

MQ queue managers are capable of handling many thousands of clients, so this isn't a problem. The JMSAdmin configuration is deployed to each of the Weblogic servers, and it describes how to connect to the queue manager. You might decide to deploy the same JMSAdmin config to all of the Weblogic servers, as they could all connect to the same queue manager via the same channel.

Does that make sense?

Upvotes: 1

Roger
Roger

Reputation: 7456

I have a IBM MQ server 7.0.1 installed on one centralized machine.

That version of MQ is no longer supported by IBM. Upgrade to a supported version of MQ.

The requirement is to connect many weblogic instances to this.

Not a problem.

The weblogic version is 12.1.3.

Follow the instructions in the Weblogic manual.

Upvotes: 0

Related Questions