Author |
Message |
Topic: Again: Username Pwd authentication |
briconaut
Replies: 5 Views: 10870
|
Forum: IBM MQ API Support Posted: Thu Mar 01, 2007 9:08 am Subject: Again: Username Pwd authentication |
re 1) Yes.
re 2) No. User and password are actually read from a configuration file. Much safer this way . Just for debugging purposes I've hardcoded both username and password into the app.
re ... |
Topic: Again: Username Pwd authentication |
briconaut
Replies: 5 Views: 10870
|
Forum: IBM MQ API Support Posted: Thu Mar 01, 2007 8:34 am Subject: Again: Username Pwd authentication |
Hello,
please help me understand how Mq client authentication works.
I'm writing a small Mq 6.0 client application to browse a queue on a Mq Server.
- The application is a small C-Application on a ... |
Topic: Installing different versions of MQ-Client on a single host |
briconaut
Replies: 11 Views: 7304
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 01, 2007 7:53 am Subject: Installing different versions of MQ-Client on a single host |
I'll do it like this (on HP-UX):
- Install 5.3.
- Move Installation to /opt/mqm5.3.
- Install 6.0.
- Move Installation to /opt/mqm6.0.
- Make /opt/mqm a link to /opt/mqm... as required for the bu ... |
Topic: Installing different versions of MQ-Client on a single host |
briconaut
Replies: 11 Views: 7304
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 01, 2007 7:44 am Subject: Installing different versions of MQ-Client on a single host |
[quote="jefflowrey"]No, you can't install different versions on the same machine.[/quote]
Currently I'm building a small MQ-Client application which will be used for two different customers ... |
Topic: Installing different versions of MQ-Client on a single host |
briconaut
Replies: 11 Views: 7304
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 01, 2007 7:29 am Subject: Installing different versions of MQ-Client on a single host |
Hello,
I need to install version 5.3 and version 6.0 of the 'Mq client' on a host and I have a few questions:
1) Is it possible to install them for differen users (i.e. user 'mqm5' and user 'mqm6')? ... |
Topic: MQ Client with multiple network interfaces |
briconaut
Replies: 6 Views: 5847
|
Forum: IBM MQ API Support Posted: Fri May 26, 2006 4:48 am Subject: MQ Client with multiple network interfaces |
you want LOCLADDR, either in a client channel definition or passed on a mqconnx (via MQCD)
Thank's to your hint I've finally found it: it's the 'LocalAddress' element of the 'MQCD' structure. Until ... |
Topic: MQ Client with multiple network interfaces |
briconaut
Replies: 6 Views: 5847
|
Forum: IBM MQ API Support Posted: Wed May 24, 2006 8:10 am Subject: MQ Client with multiple network interfaces |
Thank you for your quick reaction.
Isn't the ip-address in the channel name the ip-address of the host? I need to specify the ip-address (or the interface) of the client, similar to way the 'ping' ... |
Topic: MQ Client with multiple network interfaces |
briconaut
Replies: 6 Views: 5847
|
Forum: IBM MQ API Support Posted: Wed May 24, 2006 7:55 am Subject: MQ Client with multiple network interfaces |
Hi,
I'm writing a small MQ Client application using C on a Solaris machine with a MQ 5.3 client installation. This machine has several network interfaces. The MQ-Server I'm trying to connect to is on ... |