Author |
Message |
Topic: Does changing a security exit require a restart? |
garbagedook
Replies: 9 Views: 7664
|
Forum: General IBM MQ Support Posted: Wed Jul 29, 2009 11:39 am Subject: Does changing a security exit require a restart? |
Hi,
I have a channel security exit in /var/mqm/exits64 on Solaris.
Its loaded and works fine.
If I recompile the exit (make some sort of change) and replace the file, do I need to restart the ... |
Topic: MQCSP for Perl |
garbagedook
Replies: 6 Views: 10038
|
Forum: General Discussion Posted: Fri Jun 26, 2009 8:27 am Subject: MQCSP for Perl |
hi folks,
FYI, I worked w/ the author Hildo Biersma on this and he released a new 1.29 version of the Perl MQ libraries on CPAN.
It now includes support for the MQCSP, as well as a slew of other ... |
Topic: MQCSP maximum password length restriction? |
garbagedook
Replies: 7 Views: 7165
|
Forum: General IBM MQ Support Posted: Mon Apr 27, 2009 1:11 pm Subject: MQCSP maximum password length restriction? |
I got the fix from IBM and tested it and it works. There is no restriction on length.
They said they are going to release this fix in their next release. |
Topic: MQCSP maximum password length restriction? |
garbagedook
Replies: 7 Views: 7165
|
Forum: General IBM MQ Support Posted: Tue Apr 21, 2009 4:28 pm Subject: MQCSP maximum password length restriction? |
all the 6* and 7* versions are affected.
the .net libraries are not affected...they work fine and have no limit on the lengths.
Thanks,
Duke |
Topic: MQCSP for Perl |
garbagedook
Replies: 6 Views: 10038
|
Forum: General Discussion Posted: Mon Apr 20, 2009 8:49 am Subject: MQCSP for Perl |
hello folks,
Surprisingly, I got this to work by hacking/patching the latest source for the MQ perl api (version 1.28b)
I modified 31MQCONNX-v5 in the MQClient/MQSeries.xs.in directory in the ta ... |
Topic: MQCSP maximum password length restriction? |
garbagedook
Replies: 7 Views: 7165
|
Forum: General IBM MQ Support Posted: Fri Apr 17, 2009 8:59 am Subject: MQCSP maximum password length restriction? |
I opened a PMR with IBM.
They have confirmed this behavior and agree that is it not intended for the MQCSP structure.
They are looking into what they can do about it.
Just some more info. Th ... |
Topic: MQCSP maximum password length restriction? |
garbagedook
Replies: 7 Views: 7165
|
Forum: General IBM MQ Support Posted: Tue Apr 07, 2009 12:15 pm Subject: MQCSP maximum password length restriction? |
Hi folks,
I have written a client MQSecurityExit in Java that creates an MQCSP structure (MQConnectionSecurityParameters) that puts in a username and password.
Everything works fine, except when ... |
Topic: MQCSP for Perl |
garbagedook
Replies: 6 Views: 10038
|
Forum: General Discussion Posted: Wed Mar 25, 2009 8:18 am Subject: MQCSP for Perl |
Hi folks,
As I suspected, this is not supported in the Perl MQ API. Right now you cannot pass the MQCSP structure using Perl.
The author of ther Api, Hildo Biersma, was nice enough to let me kn ... |
Topic: MQCSP for Perl |
garbagedook
Replies: 6 Views: 10038
|
Forum: General Discussion Posted: Tue Mar 24, 2009 11:06 am Subject: MQCSP for Perl |
hi,
Thanks for the reply.
I set it to MQCNO_CURRENT_VERSION. There doesn't seem to be a version 5 in perl.
This is what my ConnectOpts structure looks like:
my $ConnectOpts =
{
... |
Topic: MQCSP for Perl |
garbagedook
Replies: 6 Views: 10038
|
Forum: General Discussion Posted: Mon Mar 23, 2009 1:48 pm Subject: MQCSP for Perl |
Hi folks,
I am able to send the MQCSP (MQConnectionSecurityParameters) using a MQSecurityExit in Java.
Does anyone know how I would do this in Perl? I tried specifying a SecurityParms hash in t ... |
Topic: JMS Selector Bug? |
garbagedook
Replies: 3 Views: 4070
|
Forum: IBM MQ Java / JMS Posted: Mon May 15, 2006 8:49 am Subject: JMS Selector Bug? |
Hello all,
I have a BytesMessage that I am calling setLongProperty with the current timestamp in milliseconds.
long x = System.currentTimeMillis();
msg.setLongProperty("LASTMODDT", x);
I pla ... |