Author |
Message |
Topic: Fix Pack 8.0.0.1 for WebSphere MQ V8.0 is now available |
pmeekin
Replies: 28 Views: 35857
|
Forum: News/Updates Posted: Mon Oct 13, 2014 4:54 am Subject: Fix Pack 8.0.0.1 for WebSphere MQ V8.0 is now available |
To everyone seeing the following issue with the 8.0.0.1 update:
Flexeraawm$aaa: Windows DLL failed to load
at Flexeraawm.af(Unknown Source)
at Flexeraawm.aa(Unknown Source) ... |
Topic: use MQCB to read from a queue and write to a seperate queue |
pmeekin
Replies: 5 Views: 11630
|
Forum: IBM MQ API Support Posted: Thu Jun 26, 2014 2:53 am Subject: Re: use MQCB to read from a queue and write to a seperate qu |
Can I use MQCB to read from INQueue , and pass the message back to Thread2.
Hi yasaboy,
MQCB creates a function that gets messages asynchronously - it's a function within your program that gets ... |
Topic: vb.net MQ API CCSID problem |
pmeekin
Replies: 12 Views: 18188
|
Forum: IBM MQ API Support Posted: Wed Jun 25, 2014 2:25 am Subject: vb.net MQ API CCSID problem |
You are right, when I encode the text before sending it to the queue its work fine, Thanks.
Dim asciiEncoding = Encoding.GetEncoding(437)
Dim asciiBytes = asciiEncoding.GetBytes(&q ... |
Topic: DR host failover and channel sequence numbers |
pmeekin
Replies: 25 Views: 16115
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 19, 2014 2:01 pm Subject: DR host failover and channel sequence numbers |
I don't understand how this test did not generate two sequence mismatches so I'm obviously missing something. I'd appreciate any input. Thank you.
If you don't send persistent messages the channels ... |
Topic: MQ SSL key database password has expire. |
pmeekin
Replies: 4 Views: 12151
|
Forum: General IBM MQ Support Posted: Thu Jun 19, 2014 1:31 pm Subject: Re: MQ SSL key database password has expire. |
or How to recover expired password?
Do you still have the stash file?  |
Topic: readUTF() throws EOFException |
pmeekin
Replies: 17 Views: 17789
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 19, 2014 7:13 am Subject: readUTF() throws EOFException |
Sorry, for that wrong info, the message is writer by writeUTF.
But does your Message Flow maintain the 2 byte length at the start of the message? |
Topic: readUTF() throws EOFException |
pmeekin
Replies: 17 Views: 17789
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 19, 2014 7:04 am Subject: readUTF() throws EOFException |
readUTF is a method of the Message object so MQMD and convert etc are no longer relevant as the message has already been got from the queue (not strictly true but anyway...).
readUTF takes the mess ... |
Topic: readUTF() throws EOFException |
pmeekin
Replies: 17 Views: 17789
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 19, 2014 5:31 am Subject: readUTF() throws EOFException |
If I remember correctly you can only use the readUTF method for messages which have been put using writeUTF since it expects the first byte (or 2) to contain the length of the message.
Are you cert ... |
Topic: Installing 7.5 after 7.0.1 - confused by InfoCentre.... |
pmeekin
Replies: 5 Views: 4666
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 03, 2014 5:12 am Subject: Installing 7.5 after 7.0.1 - confused by InfoCentre.... |
Sorry, not clear in my post. By "on top of" I meant "in addition to" so a side-by-side install with the 7.0.1 system still available.
Whilst there may be something in pre-7.0.1. ... |
Topic: Installing 7.5 after 7.0.1 - confused by InfoCentre.... |
pmeekin
Replies: 5 Views: 4666
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 02, 2014 11:52 pm Subject: Installing 7.5 after 7.0.1 - confused by InfoCentre.... |
I know this is an "old" thread but I've recently come across something related.
I found in my testing that installing the base MQ 7.5 on top of MQ 7.0.1.7 and higher worked fine with no n ... |