Author |
Message |
Topic: How to not send MQRFH2 headers? |
basscheffers
Replies: 2 Views: 3641
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 21, 2006 5:58 am Subject: How to not send MQRFH2 headers? |
Thanks for the link! I am using JNDI in OpenAdapter, so I had to just add the TARGCLIENT(MQ) thing to my config and rebuild .bindings.
Works like a charm now, thanks! |
Topic: How to not send MQRFH2 headers? |
basscheffers
Replies: 2 Views: 3641
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 18, 2006 9:19 am Subject: How to not send MQRFH2 headers? |
Is it possible to tell the client not to send MQRFH2 headers?
The receiving application (*very* legacy) doesn't like them and I am unable to figure out how to dissable them.
Thanks for any info! |
Topic: Getting Secuity Exits to work |
basscheffers
Replies: 2 Views: 2150
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 24, 2003 5:06 am Subject: Getting Secuity Exits to work |
IC72, pretty much where I got my code from. AFAIK, I am doing exactly what I should be doing to get it to work, but it doesn't. Are there any logs I could look at in MQ? According to the manual it log ... |
Topic: Getting Secuity Exits to work |
basscheffers
Replies: 2 Views: 2150
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 24, 2003 3:32 am Subject: Getting Secuity Exits to work |
This may yet be another newbie question...
I wrote a security exit in C and the client end in Java. Now when I only install one TCP/IP channel, and set the security exit up in the channel options. ... |
Topic: Security Exit implementation |
basscheffers
Replies: 3 Views: 2213
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 29, 2003 8:28 am Subject: Security Exit implementation |
Hi James,
Thanks for the reply.
Grrr, that's what I was afraid off, but hoping there was just something I did not see.
Cheers,
Bas. |
Topic: Security Exit implementation |
basscheffers
Replies: 3 Views: 2213
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 29, 2003 5:31 am Subject: Security Exit implementation |
Sorry to be the newbie. I have been asked to implement security exits for JMS and have been finding the docs less than clear...
I have MQ 5.2.1 with MA88 installed on my Windows 2K workstation for ... |