Author |
Message |
Topic: Question MQIPT |
bart simpson
Replies: 3 Views: 4077
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 27, 2011 2:12 am Subject: Re: Question MQIPT |
Good afternoon.
Tell me what could be a problem setting MQIPT.
Setup java client <> MQIPT1 <> HTTP Proxy <> MQIPT2 <> MQ, in connection obravaetsya MQIPT2.
You would typical ... |
Topic: Question MQIPT |
bart simpson
Replies: 3 Views: 4077
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 24, 2011 7:46 pm Subject: Question MQIPT |
Good afternoon.
Tell me what could be a problem setting MQIPT.
Setup java client <> MQIPT1 <> HTTP Proxy <> MQIPT2 <> MQ, in connection obravaetsya MQIPT2. |
Topic: Connection to the MQ through a proxy |
bart simpson
Replies: 5 Views: 6234
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 11, 2011 12:36 am Subject: Connection to the MQ through a proxy |
Does not anyone faced with the proxy settings for MQ? |
Topic: Connection to the MQ through a proxy |
bart simpson
Replies: 5 Views: 6234
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 08, 2011 1:48 am Subject: Connection to the MQ through a proxy |
Here is a code to connect
MQQueueConnectionFactoryfactory = new MQQueueConnectionFactory();
Properties prop = settings.getPropertiesMQ();
factory.setHostName(...);
... |
Topic: Connection to the MQ through a proxy |
bart simpson
Replies: 5 Views: 6234
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 08, 2011 1:29 am Subject: Connection to the MQ through a proxy |
And where you can read about it or look at the examples, but it is not clear. I put setProxyHostName setProxyPort, but the connection vserovno goes on line. |
Topic: Connection to the MQ through a proxy |
bart simpson
Replies: 5 Views: 6234
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 08, 2011 1:01 am Subject: Connection to the MQ through a proxy |
Hello.
Tell me how to configure the connection java client with the MQ through a proxy? |