简体   繁体   中英

Is it posible if a Java application connects to MQ Client, not MQ Server?

I'm newbie in IBM Websphere MQ.

Now, I have

  • Server A runs MQ Server
  • Server B connects to Server A as MQ Client (using Environment variable MQSERVER )

I already finished Java application (located at Server B) that connects directly to MQ Server at Server A . But my boss still want this Java application only connect locally to MQ Client and then MQ Client connect to MQ Server.

Is it a little bit funny because my Java application is already a MQ Client?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM