ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Performance Monitoring » MQAUSX and Client Channel Tables

Post new topic  Reply to topic
 MQAUSX and Client Channel Tables « View previous topic :: View next topic » 
Author Message
ivanachukapawn
PostPosted: Tue Jun 17, 2008 8:14 am    Post subject: MQAUSX and Client Channel Tables Reply with quote

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
View user's profile Send private message
PeterPotkay
PostPosted: Tue Jun 17, 2008 6:53 pm    Post subject: Re: MQAUSX and Client Channel Tables Reply with quote

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
View user's profile Send private message
RogerLacroix
PostPosted: Tue Jun 17, 2008 7:46 pm    Post subject: Re: MQAUSX and Client Channel Tables Reply with quote

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
View user's profile Send private message Visit poster's website
RogerLacroix
PostPosted: Wed Jun 18, 2008 7:33 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

Hi,

And read section 4.1 of the MQAUSX Programming Guide for complete details.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Performance Monitoring » MQAUSX and Client Channel Tables
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.