Author |
Message |
Topic: Client Connection using MQCONNX and channel definition table |
gye
Replies: 4 Views: 2656
|
Forum: General IBM MQ Support Posted: Thu Jun 27, 2002 6:59 pm Subject: Implementing ChannelExit for Jaav Client |
Hi Bob,
For MQSERVER, it can not be used for ChannelExit, so we go for Channel Table.
But in Java one, it seems you can not use Channel Table somewhere. Do you have any idea about that?
Now w ... |
Topic: ChannelExit in Java |
gye
Replies: 5 Views: 4299
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 5:00 pm Subject: ChannelExit in Java |
Hi Don,
Thanks for your response.
We are on Unix platforms, and can implement ChannelExit successfully with, either MQSeries Client, or MQSeries Server.
MQ Java client can be run only as cli ... |
Topic: How do I install a channel security exit? |
gye
Replies: 8 Views: 7343
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 4:52 pm Subject: How do I install a channel security exit? |
Hi,
For the Server-to-Server connection, you have also define the RCVR channel at the other side, calling the same program AUTH.
And you have define SENDEXIT at the sender side, RECVEXIT at the ... |
Topic: Exit usage, problems with send exit |
gye
Replies: 2 Views: 2938
|
Forum: IBM MQ API Support Posted: Tue Jun 25, 2002 1:24 am Subject: Exit usage, problems with send exit |
Hi Jens,
How do compile C on Linux? Different platforms have different options.
One more question, could implement your ChannelExit for your Java language programs for the client?
ThanX!
G ... |
Topic: Client Connection using MQCONNX and channel definition table |
gye
Replies: 4 Views: 2656
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 1:17 am Subject: Client Connection using MQCONNX and channel definition table |
Hi Di,
I don't think you could turn on/off the exit at client or server side alone. If you turn of the exit at the client side, the server will check whether the client has the reposed exit, unless ... |
Topic: How do I install a channel security exit? |
gye
Replies: 8 Views: 7343
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 1:12 am Subject: How do I install a channel security exit? |
Margret,
The CSSD and those channelexit codes could be implemented for MQSeries Client and Server, or Server to Server. We have done that on AIX box, and it does provide PKI based authentication/en ... |
Topic: ChannelExit in Java |
gye
Replies: 5 Views: 4299
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 12:38 am Subject: ChannelExit in Java |
Hi HTH,
Our situation is that we don't have any MQSeries Client or Server installed on the client side machine. As we know, Java programs just need some jar file, such as ibm.com.mq*.jar, to suppor ... |
Topic: how to implement ChannelExit for Java Client |
gye
Replies: 0 Views: 1531
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 25, 2002 12:34 am Subject: how to implement ChannelExit for Java Client |
Hi,
we are implementing channelexit for MQ server. It has been done for both the client & server by using the IBM sample codes which written in C. At the client side, it is obviously that you n ... |
Topic: MQSeries authorise |
gye
Replies: 8 Views: 6723
|
Forum: General Discussion Posted: Thu May 02, 2002 9:21 pm Subject: MQSeries authorise |
Hi Kumar:
One more question is that, how to prevent the user using unauthorised channel to connect to the server. Is there any protection to the channel itself?
>>> Starting and stopping ... |
Topic: MQSeries authorise |
gye
Replies: 8 Views: 6723
|
Forum: General Discussion Posted: Wed Apr 10, 2002 12:17 am Subject: MQSeries authorise |
Thanks Kumar!
Now I know that MCAUSER stands for the userid to MQ Server. For example, when MCAUSER set as 'USER1', no matter you are using whatever user to send message through this channel, to th ... |
Topic: Reason Code 2035 even after setmqaut in Solaris |
gye
Replies: 6 Views: 4858
|
Forum: General IBM MQ Support Posted: Tue Apr 09, 2002 2:02 am Subject: Reason Code 2035 even after setmqaut in Solaris |
I think you are using channel as well. In the channel definition there is MCAUSER, which I guess will stand for the principal of the connection. You need to change that accordingly.
Any way, I am n ... |
Topic: MQSeries authorise |
gye
Replies: 8 Views: 6723
|
Forum: General Discussion Posted: Tue Apr 09, 2002 1:01 am Subject: MQSeries authorise |
Hi Roger,
Thanks for your reply.
I just found that MCAUSER of channel definition could be another small things. For my previous question, it was set as ' '. But after I set it as 'usr' or 'guest ... |
Topic: MQSeries authorise |
gye
Replies: 8 Views: 6723
|
Forum: General Discussion Posted: Mon Apr 08, 2002 7:17 pm Subject: MQSeries authorise |
I know there is the "setmqaut"/"dspmqaut" to setup/display the MQ authorise to access the objects. I would appreciate if someone could tell me how it works!
I tried to run the c ... |