Author |
Message |
Topic: MQSeries Certification 095 |
rieta
Replies: 1 Views: 3464
|
Forum: General Discussion Posted: Thu Oct 10, 2002 12:09 am Subject: MQSeries Certification 095 |
I am planning to take up MQSeries Certification test. I wanted to take up 097. But I have heard that it is very difficult. I dont have much of MQ experience on real life projects. I have learned a som ... |
Topic: Security Exit Invocation |
rieta
Replies: 0 Views: 2439
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 04, 2002 9:49 pm Subject: Security Exit Invocation |
I have a secuity exit installed at the server end. I have a JMS cleint where I implemented the MQSecurityExit interface. Will somebody please tell me what are the times when the exit is involved. As f ... |
Topic: MQSecurity |
rieta
Replies: 0 Views: 2564
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 04, 2002 4:10 am Subject: MQSecurity |
Please bear with me for my basic questions. But I am stuck.
I have implemented MQSecurityExit at the client side. The current implementation is jsut about skeletal.
When this security exit is invok ... |
Topic: PMQCD's RemoteUserIdentifier member varaible empty |
rieta
Replies: 0 Views: 2953
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 04, 2002 4:03 am Subject: PMQCD's RemoteUserIdentifier member varaible empty |
Hi
Will someone please tell when a security exit is invoked, which members of the PMQCXP or PMQCD stuctures contain the user name and password supplied by the client application to get a connection ... |
Topic: Security Exit Given In RedBooks |
rieta
Replies: 0 Views: 2770
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 03, 2002 11:13 pm Subject: Security Exit Given In RedBooks |
I have compiled and installed the exit as given in http://www.redbooks.ibm.com/redbooks/SG245306.html. I have used the alter channel command to install it.
I have written a standalone jms client appl ... |
Topic: MQSeries Security !! Urgent |
rieta
Replies: 6 Views: 6826
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 03, 2002 2:19 am Subject: MQSeries Security !! Urgent |
Is there any sample code avaliable for a class implemeting security exit in Java/JMS? The one given in Information Centre is very sketchy.
Regards,
Rieta |
Topic: runmqsc error!!! |
rieta
Replies: 1 Views: 3165
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 02, 2002 7:21 pm Subject: runmqsc error!!! |
Hi if I run the following runmqsc command,
alter channel(SYSTEM.ADMIN.SVRCONN) +
scyexit('C:\ Program Files\ MQSeries\ exits\ SecExitRcvr(SecExitRcvr)') +
scydata('C:\ mq\ password.txt')
I g ... |
Topic: MQSeries Security !! Urgent |
rieta
Replies: 6 Views: 6826
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 02, 2002 7:12 pm Subject: MQSeries Security !! Urgent |
Hi,
I am still confused. PLease bear with me. See, I have client application written in JMS which connects to MQSeries. JMS requires you to implement the class MQSecurityExit for using security exi ... |
Topic: MQSeries Security !! Urgent |
rieta
Replies: 6 Views: 6826
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 31, 2002 7:37 pm Subject: MQSeries Security !! Urgent |
Thanks a lot, Kolban. Is it possible for you to provide me with the source of the exit dlls that you have provided? If yes, can you please do so. It would be of immense help .
Regards
Rieta |
Topic: Authentication |
rieta
Replies: 1 Views: 3032
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 28, 2002 7:35 pm Subject: Authentication |
The documentation of MQSeries says that in Windows NT the user ID that is passed to the server is the currently logged-on user ID on the client. While this is not true. The user ID is that is passed i ... |
Topic: MQSeries Security !! Urgent |
rieta
Replies: 6 Views: 6826
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 28, 2002 7:29 pm Subject: MQSeries Security !! Urgent |
Can anybody please tell me what kind of security infrastructure does MQSeries implementations in Enterprises usually have.? Do they necessarily have security exits ? Are security exits required at bot ... |
Topic: Pub Sub On Linux |
rieta
Replies: 3 Views: 10237
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Jan 12, 2002 12:22 am Subject: Pub Sub On Linux |
Thanks Stefan, you have again solved my problem . Thanks a lot. I had not created the queues.
Rieta |
Topic: Pub Sub On Linux |
rieta
Replies: 3 Views: 10237
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jan 11, 2002 3:40 am Subject: Pub Sub On Linux |
I have installed MQSeries server 5.2 on Linux along with MA0c pack for pub sub. I did the following to set up the broker.-
1)created a queue manager using crtmqm -q myQM.
2)strmqm (to start the QM) ... |
Topic: Server Connection Channel on Linux |
rieta
Replies: 2 Views: 10676
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jan 11, 2002 2:20 am Subject: Server Connection Channel on Linux |
Thanks a lot ,Stefan . It did help.
Rieta
[ This Message was edited by: rieta on 2002-01-11 02:21 ] |
Topic: Server Connection Channel on Linux |
rieta
Replies: 2 Views: 10676
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 09, 2002 3:46 am Subject: Server Connection Channel on Linux |
I have installed MQSeries on Linux. I have created a QueueManager, two queues, and a server connection channel using the follwing command-
define channel(S_mychannel) chltype(SVRCONN) trptype(TCP).
... |