Author |
Message |
Topic: need to start the MQ trigger monitor manually? |
amisinai
Replies: 11 Views: 10775
|
Forum: General IBM MQ Support Posted: Sun Dec 02, 2007 11:23 am Subject: need to start the MQ trigger monitor manually? |
Hi
I think that the initq isn't defined properly, because of a little typing mistake...
DEFINE QLOCAL(QUEUE.LOCAL.T02) +
INITQ(QUEUEINIT) ....
DEFINE QLOCAL(QUEUEINIT01) ....
... |
Topic: Starting Transactions in CICS |
amisinai
Replies: 8 Views: 8346
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Nov 06, 2007 10:40 am Subject: Starting Transactions in CICS |
Hi Shlomo,
There's another model I've heard of, but never used.
For each request, you can put 2 messages, with the same message id, one for the mq bridge with the transaction code, and the other c ... |
Topic: Dynamic loopback |
amisinai
Replies: 21 Views: 18266
|
Forum: General IBM MQ Support Posted: Mon Aug 27, 2007 11:03 am Subject: Dynamic loopback |
Hi Jefflowrey,
You are absolutely right. I can avoid writing this program…
I just wanted to be sure that it’s could be done (you must admit that it’s a nice theoretical question).
To ma ... |
Topic: Dynamic loopback |
amisinai
Replies: 21 Views: 18266
|
Forum: General IBM MQ Support Posted: Sat Aug 25, 2007 3:07 am Subject: Dynamic loopback |
Hi,
We have Tivoli for monitoring. Tivoli monitors everything in our facility, mq is just a small part. The problem with Tivoli (maybe other softwares are better), is that when there's a problem, i ... |
Topic: Dynamic loopback |
amisinai
Replies: 21 Views: 18266
|
Forum: General IBM MQ Support Posted: Thu Aug 23, 2007 6:55 am Subject: Dynamic loopback |
Hi
I'm trying to build a small, on-demand, monitoring application... I'm trying to cut back on definitions (even simple ones)...
Is it possible (make a loopback without definitions)?
Avichai |
Topic: Dynamic loopback |
amisinai
Replies: 21 Views: 18266
|
Forum: General IBM MQ Support Posted: Thu Aug 23, 2007 4:18 am Subject: Dynamic loopback |
Hi Vitor,
a) We have about 50 queue managers. We want a simple way to check the connections between them. For all the checks we need, we'll have to define 200-300 queues.
b) Is it possible (I d ... |
Topic: Dynamic loopback |
amisinai
Replies: 21 Views: 18266
|
Forum: General IBM MQ Support Posted: Thu Aug 23, 2007 3:15 am Subject: Dynamic loopback |
Hi
I want to create a loopback function that gets 2 queue managers names and passes a message from the first to the second and back to the first.
the restriction is that I want to do it without ... |
Topic: Message-Broker developer needed |
amisinai
Replies: 0 Views: 2682
|
Forum: Job Postings Posted: Sun Aug 19, 2007 5:20 pm Subject: Message-Broker developer needed |
Hi
We are looking for a developer with highly developed analysis skills and data base knowledge, to join our connectivity team. We are currently building an ESB infrastructure, including basic ESB ... |
Topic: needed some samples connected with dead-letter queue... |
amisinai
Replies: 30 Views: 18479
|
Forum: General IBM MQ Support Posted: Sun Aug 19, 2007 4:59 pm Subject: Re: using the default SYSTEM.DEAD.LETTER.QUEUE |
Thank you for the reply...
You raised some good points.
Avichai |
Topic: needed some samples connected with dead-letter queue... |
amisinai
Replies: 30 Views: 18479
|
Forum: General IBM MQ Support Posted: Fri Aug 17, 2007 12:35 pm Subject: using the default SYSTEM.DEAD.LETTER.QUEUE |
Hi Vitor,
"And tell your MQ Admin not to use SYSTEM.DEAD.LETTER.QUEUE - define another local queue and use that as the queue manager's DLQ."
What are the benefits of changing the defau ... |