Author |
Message |
Topic: Can a MQ Cluster on z/OS be renamed? |
lchiu7
Replies: 3 Views: 27703
|
Forum: Clustering Posted: Mon Jun 10, 2024 7:10 pm Subject: Can a MQ Cluster on z/OS be renamed? |
This is a slightly left field query.
We are looking at a tool called zVDT to clone z/OS LPARs to run on a Linux on Z as a way to create test LPARs that dont incur any software licence or MIPS costs ... |
Topic: Streaming messages going to one queue to another one - query |
lchiu7
Replies: 14 Views: 8723
|
Forum: General IBM MQ Support Posted: Sun Jul 10, 2022 6:54 pm Subject: Streaming messages going to one queue to another one - query |
I think we at the right level and it's 1:1 we want. Thanks
I apparently misunderstood your requirement as a 1:2 - inbound messages replicated to two output queues.
I am confused now. I want to be ... |
Topic: Streaming messages going to one queue to another one - query |
lchiu7
Replies: 14 Views: 8723
|
Forum: General IBM MQ Support Posted: Sat Jul 09, 2022 3:06 pm Subject: Streaming messages going to one queue to another one - query |
I think we at the right level and it's 1:1 we want. Thanks
I apparently misunderstood your requirement as a 1:2 - inbound messages replicated to two output queues.
I am confused now. I want to be ... |
Topic: Streaming messages going to one queue to another one - query |
lchiu7
Replies: 14 Views: 8723
|
Forum: General IBM MQ Support Posted: Fri Jul 08, 2022 6:37 pm Subject: Streaming messages going to one queue to another one - query |
For streaming queues, you need IBM MQ v9.3 and the setup is 1 to 1 (not 1 to many). And you can NOT stream a streaming queue.
Regards,
Roger Lacroix
Capitalware Inc.
I think we at the right le ... |
Topic: Streaming messages going to one queue to another one - query |
lchiu7
Replies: 14 Views: 8723
|
Forum: General IBM MQ Support Posted: Fri Jul 08, 2022 6:32 pm Subject: Streaming messages going to one queue to another one - query |
Streaming Queues can do this for you the easiest. You would need to upgrade your queue manager to an MQ version that supports it.
You said "we receive inbound messages via MQ". It is on t ... |
Topic: Streaming messages going to one queue to another one - query |
lchiu7
Replies: 14 Views: 8723
|
Forum: General IBM MQ Support Posted: Thu Jul 07, 2022 5:12 pm Subject: Streaming messages going to one queue to another one - query |
We have a situation where we receive inbound messages via MQ and forward them to another external queue for processing. But we want to stream that set of messages to an internal queue for other purpos ... |
Topic: Using dmpmqmsg to dump messages from a queue to a file |
lchiu7
Replies: 10 Views: 11008
|
Forum: General IBM MQ Support Posted: Wed May 11, 2022 7:56 pm Subject: Using dmpmqmsg to dump messages from a queue to a file |
Well on further research it looks like I can use dmpmqmsg
https://www.ibm.com/docs/en/ibm-mq/8.0?topic=commands-dmpmqmsg
Formerly the IBM® MQ queue load and unload utility.
Purpose
Use th ... |
Topic: Using dmpmqmsg to dump messages from a queue to a file |
lchiu7
Replies: 10 Views: 11008
|
Forum: General IBM MQ Support Posted: Tue May 10, 2022 7:27 pm Subject: Using dmpmqmsg to dump messages from a queue to a file |
The problem with all of these solutions is that some development is required and it's not easy get our developers to put things into their already full queue. Our parent organisation also reads MQ mes ... |
Topic: Using dmpmqmsg to dump messages from a queue to a file |
lchiu7
Replies: 10 Views: 11008
|
Forum: General IBM MQ Support Posted: Tue May 10, 2022 1:14 pm Subject: Using dmpmqmsg to dump messages from a queue to a file |
The problem with all of these solutions is that some development is required and it's not easy get our developers to put things into their already full queue. Our parent organisation also reads MQ mes ... |
Topic: Using dmpmqmsg to dump messages from a queue to a file |
lchiu7
Replies: 10 Views: 11008
|
Forum: General IBM MQ Support Posted: Wed Apr 27, 2022 3:19 pm Subject: Using dmpmqmsg to dump messages from a queue to a file |
dmpmqmsg can get messages from a queue and write to a file, but the file is in a special format that is designed to be used by dmpmqmsg to put messages back onto a queue. I don't think this will help ... |
Topic: Using dmpmqmsg to dump messages from a queue to a file |
lchiu7
Replies: 10 Views: 11008
|
Forum: General IBM MQ Support Posted: Wed Apr 27, 2022 2:26 pm Subject: Using dmpmqmsg to dump messages from a queue to a file |
We want to be able to send a file(s) out to a remote location. Source for the data comes from various sources but one must use MQ as they don't have other file transfer mechanisms available. So we hav ... |