Author |
Message |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Tue Mar 18, 2008 1:41 pm Subject: Dead letter queue |
Thanks a lot every one over this. It looks more clear now. Cos I was going through various documentation and could not find a solution for this. I would go ahead and create my application to put messa ... |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Tue Mar 18, 2008 11:16 am Subject: Dead letter queue |
Ok, I tried to put some remote test messages onto the queue and I can see it going across to the remote queue manager. So I guess thats how it works. I will redesign my application to put messages to ... |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2008 7:13 am Subject: Dead letter queue |
Yes, I am putting messages directly onto the transmission queue. |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2008 3:44 am Subject: Dead letter queue |
Ok, I guess in a distributed queue setup, we would be requring to define a process with the outbound channel. And associate this process with the transmission queue? |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2008 2:12 am Subject: Dead letter queue |
DEFINE QLOCAL(trax.msg) +
DESCR('Test q') +
PUT(ENABLED) +
DEFPRTY(0) +
DEFPSIST(NO) +
GET(ENABLED) +
MAXDEPTH(5000) +
MAXMSGL(4194304) +
... |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2008 1:12 am Subject: Dead letter queue |
I again went through my queue setup. I am writting below how it is setup currently. Probably it could give a better picture of what I am trying to do
Transmission queue - trax.msg
Remote Queue Mgr ... |
Topic: Dead letter queue |
nicks
Replies: 20 Views: 10966
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2008 12:30 am Subject: Dead letter queue |
Hi,
I have some problems coming in transmission queue where my messages are sitting in the outbound transmission queue but are not being sent. The outbound channel is showing me green. And shows th ... |
Topic: Multiple queue communication over same channel |
nicks
Replies: 12 Views: 9760
|
Forum: General IBM MQ Support Posted: Mon Feb 25, 2008 12:56 pm Subject: Multiple queue communication over same channel |
Thanks fjb_saper, jefflowrey, csmith28, Vitor and bruce2359 for your help.
I was trying to understand a setup which is currently there on one of our client sides. Apprantly I dont have much access t ... |
Topic: Multiple queue communication over same channel |
nicks
Replies: 12 Views: 9760
|
Forum: General IBM MQ Support Posted: Fri Feb 22, 2008 2:00 pm Subject: Multiple queue communication over same channel |
I am actually having a MQ setup on a windows box.
What I am trying to achive is to have 2 queue managers use the same channel for communication.
Say I have 2 qmgr as Aa and Bb on the same windo ... |
Topic: Multiple queue communication over same channel |
nicks
Replies: 12 Views: 9760
|
Forum: General IBM MQ Support Posted: Fri Feb 22, 2008 12:40 pm Subject: Multiple queue communication over same channel |
Thanks a lot. Yes I read over the transmission queue being the queue used to send messages over the channel. And I configured couple of queues to use one single transmission queue to send messages. Wo ... |
Topic: Multiple queue communication over same channel |
nicks
Replies: 12 Views: 9760
|
Forum: General IBM MQ Support Posted: Sun Feb 17, 2008 4:06 pm Subject: Multiple queue communication over same channel |
Hi,
I am totally new to MQ.
I had a question related to the distributed MQ setup. I was wanting to know if its possible to have Multiple local queue's configured under the same queue manager to u ... |