Author |
Message |
Topic: Many clients connect to MQ Cluster |
halbe01
Replies: 7 Views: 7528
|
Forum: Clustering Posted: Tue Jun 12, 2007 1:40 am Subject: Many clients connect to MQ Cluster |
You don't say if you're using MQ v5.3 or v6. If you're using v5.3, get the clients to connect to a gateway queue manager(s), use that to distribute the messages through the cluster. If you're using v6 ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Tue May 29, 2007 12:11 am Subject: UTF8 to UTF16 Convert on Get |
According to the manuals (although I forget exactly where) an RFH2 header can only exist in one of a small number of codepages - all of which are single byte character sets. If you try to convert to a ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Mon May 28, 2007 9:27 am Subject: UTF8 to UTF16 Convert on Get |
There is no way to convert the msg body, i.e. a later data structure, and leave earlier data structures unconverted.
Well, that is at least an answer!
The requirement is not one I've come acros ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Fri May 25, 2007 2:08 am Subject: UTF8 to UTF16 Convert on Get |
I have doubled checked, and I do set all these correctly. Basically the various fields in the MQMD state that RFH2 header comes next, and that it is in a single-byte format, and the various fields in ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Tue May 22, 2007 12:52 am Subject: UTF8 to UTF16 Convert on Get |
That makes sense - however the presence of the RFH2 header therefore seems to prevent MQ from being able to translate the mesage body (i.e. you can only attempt to translate *everything* which fails b ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Mon May 21, 2007 10:03 am Subject: UTF8 to UTF16 Convert on Get |
Hi all,
I've hit another problem with this - and although I've implemented a work-around, I'd love to find out if MQ can really do what I was hoping to get it to do.
The first requirement is to ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Fri May 18, 2007 3:32 am Subject: UTF8 to UTF16 Convert on Get |
After some late night working, I've determined the cause of this issue:
The files I thought were UTF8 were not in fact UTF8 enough for MQ to recognise them as such. UTF8 in MQ terms needs to have a ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Thu May 17, 2007 6:44 am Subject: UTF8 to UTF16 Convert on Get |
Thanks for the ideas guys.
Interestingly, I tried using a tool to enqueue the test file (and set the MQFORMAT) I don't get the DLL error in the log. However, still no actual conversion seems to ha ... |
Topic: UTF8 to UTF16 Convert on Get |
halbe01
Replies: 16 Views: 17731
|
Forum: General IBM MQ Support Posted: Thu May 17, 2007 5:14 am Subject: UTF8 to UTF16 Convert on Get |
In theory (at least as far as I can tell) it is possible to get MQ to convert a UTF8 message into UTF16 on a Get. I have been trying this for a while now, with no success.
I have enqueued a message ... |
Topic: Error when trying to create a message broker |
halbe01
Replies: 6 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 25, 2006 11:52 pm Subject: Error when trying to create a message broker |
I've been working with Pete (original poster) on this issue, and thought I'd update you with the solution:
It turns out that although the execution groups can run as true 64-bit applications on Sol ... |
Topic: Message Set Creation from FpML (XML type) Schema |
halbe01
Replies: 9 Views: 21008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 24, 2006 8:45 am Subject: Message Set Creation from FpML (XML type) Schema |
We're doing a very similar thing here - albeit with MQ 6 and broker 6. We've imported the FpML v4.1 schemas and created a message set from them. We found no problems with the multiple import statement ... |
Topic: MQ to Database connectivity |
halbe01
Replies: 4 Views: 3336
|
Forum: General IBM MQ Support Posted: Fri Sep 16, 2005 12:39 am Subject: MQ to Database connectivity |
Thanks for the reply Cliff - that seems to be the response I'm getting in general to this query. And of course you're right, I can write a tool for this if that's the best option, however I'm just ver ... |
Topic: MQ to Database connectivity |
halbe01
Replies: 4 Views: 3336
|
Forum: General IBM MQ Support Posted: Thu Sep 15, 2005 12:51 am Subject: MQ to Database connectivity |
Hi,
We have a requirement to be able to take incoming MQ messages and put them in a database table (Oracle, as it happens), and to also be able to do the reverse (ie take rows from a table and conv ... |
Topic: View database username in v5 Broker |
halbe01
Replies: 7 Views: 3842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 31, 2005 1:38 am Subject: View database username in v5 Broker |
Got it - nice one, thanks!
Ben. |
Topic: View database username in v5 Broker |
halbe01
Replies: 7 Views: 3842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 30, 2005 2:26 am Subject: View database username in v5 Broker |
Sorry - forgot to mention - this is on a Windows platform. I suspect then it's in the windows registry somewhere...? |