|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQAUSX and Client Channel Tables |
« View previous topic :: View next topic » |
Author |
Message
|
ivanachukapawn |
Posted: Tue Jun 17, 2008 8:14 am Post subject: MQAUSX and Client Channel Tables |
|
|
 Knight
Joined: 27 Oct 2003 Posts: 561
|
When perusing Capitalware's MQAUSX install/config documentation I see that the channel table option is exclusive and MQAUSX has a tool for configuring the channel table.
For rich client Java Apps which connect via SVRCONN without a channel table would specifying the MQAUSX client-side exit work?
As in the the following code:
MQEnvironment.securityExit
= new MQClientSecurityExit("s6ujcd","Tqwyq!12");
System.setProperty("javax.net.ssl.trustStore","D:\\AA_SSL_TEST\\KeyringSdr.jks");
This example shows an authentication using a developer-exit (not MQAUSX) where the constructor takes the ID,PWD parameters. This program does not using client tables but specifies:
MQEnvironment.hostname = host;
MQEnvironment.channel = channel;
MQEnvironment.port = port;
MQEnvironment.properties.put
(
MQC.TRANSPORT_PROPERTY,
MQC.TRANSPORT_MQSERIES
);
Could this connection technique be used OK with MQAUSX? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Jun 17, 2008 6:53 pm Post subject: Re: MQAUSX and Client Channel Tables |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
ivanachukapawn wrote: |
When perusing Capitalware's MQAUSX install/config documentation I see that the channel table option is exclusive and MQAUSX has a tool for configuring the channel table.
For rich client Java Apps which connect via SVRCONN without a channel table would specifying the MQAUSX client-side exit work?
|
MQAUSX does not need Client Channel tables, but it does work with them if you are using them.
MQAUSX works with Java clients. The MQAUSX_Client-side_Configuration.pdf file shows you all the details. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Jun 17, 2008 7:46 pm Post subject: Re: MQAUSX and Client Channel Tables |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
ivanachukapawn wrote: |
For rich client Java Apps which connect via SVRCONN without a channel table would specifying the MQAUSX client-side exit work? |
Yes.
ivanachukapawn wrote: |
Could this connection technique be used OK with MQAUSX? |
Yes but add the following:
Code: |
MQEnvironment.securityExit = new MQAUSXJ("userID", "password"); /* no popup window */
// MQEnvironment.securityExit = new MQAUSXJ(); /* popup window */ |
ivanachukapawn wrote: |
MQEnvironment.securityExit = new MQClientSecurityExit("s6ujcd","Tqwyq!12"); |
Note: Capitalware does not support 3rd party client-side security exits.
The MQAUSX CD (or download image) contains a Sample directory and it has over 40 complete MQ and MQAUSX programming samples for C, C++, Java, Java/JMS and VB.
In particular, have a look at MQTest11.java and MQTest12.java samples.
Remember, for a faster response, you can always email Capitalware at "support AT capitalware.biz".
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Jun 18, 2008 7:33 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|