Author |
Message |
Topic: Queue Design - Generic or Process Based |
darrylcook
Replies: 6 Views: 3540
|
Forum: General IBM MQ Support Posted: Wed Jan 09, 2013 5:43 am Subject: Queue Design - Generic or Process Based |
Hi,
Thanks for your responses so far:
The 3 messages are completely independent and will all have different message structures.
I guess there is no real need to have all messages on a queue h ... |
Topic: Queue Design - Generic or Process Based |
darrylcook
Replies: 6 Views: 3540
|
Forum: General IBM MQ Support Posted: Wed Jan 09, 2013 4:14 am Subject: Queue Design - Generic or Process Based |
Hi,
I would appreciate some advice on best practices around queue design. We have an Oracle client that will be posting 3 different types of messages to our customer system (Assets, Jobs, Exceptions ... |
Topic: Normal Pattern for Message Queues / Message Types |
darrylcook
Replies: 2 Views: 2786
|
Forum: General Discussion Posted: Wed Feb 29, 2012 7:21 am Subject: Normal Pattern for Message Queues / Message Types |
Hi All,
Our implementation of MQ is limited - but we have used a general approach of a single pair of queues (request/reply) that handle multiple message types. Code on the receiving end, processe ... |
Topic: MQMessage Length |
darrylcook
Replies: 6 Views: 7259
|
Forum: General Discussion Posted: Fri Sep 26, 2008 6:37 am Subject: MQMessage Length |
Um, all very well if you are not restricted on what resources you can have, but this app sits in CICS and there will be many instances of the transaction running at any one time, so just allocating th ... |
Topic: MQMessage Length |
darrylcook
Replies: 6 Views: 7259
|
Forum: General Discussion Posted: Fri Sep 26, 2008 2:07 am Subject: MQMessage Length |
Hi all,
We run a client server application using MQ as the transport mechanism between the client and server.
We have a single server program that reads the messages off the Q. In this program ... |
Topic: Synchronising 1 message across 2 transactions |
darrylcook
Replies: 2 Views: 3033
|
Forum: General IBM MQ Support Posted: Tue Jan 09, 2007 7:39 am Subject: Synchronising 1 message across 2 transactions |
We are currently implementing changes to update our Client Server system to use MQ-Series as the message manager between the Client and the Server.
In the old system we used LU6.2 to maintain sessi ... |