Author |
Message |
Topic: Do I really need a Dead Letter Queue? |
sanvaranasi
Replies: 26 Views: 19611
|
Forum: General IBM MQ Support Posted: Mon Aug 30, 2004 7:00 pm Subject: Do I really need a Dead Letter Queue? |
Thanks Peter. Very well worded. The mechanism is very clear now. |
Topic: Do I really need a Dead Letter Queue? |
sanvaranasi
Replies: 26 Views: 19611
|
Forum: General IBM MQ Support Posted: Mon Aug 30, 2004 6:05 am Subject: Do I really need a Dead Letter Queue? |
Yes the S.D.L.Q is created automatically and i did not have to specifically create it. |
Topic: Do I really need a Dead Letter Queue? |
sanvaranasi
Replies: 26 Views: 19611
|
Forum: General IBM MQ Support Posted: Mon Aug 30, 2004 5:55 am Subject: Do I really need a Dead Letter Queue? |
Not that I know of, no.
What is the SYSTEM.DEAD.LETTER.QUEUE then? |
Topic: Do I really need a Dead Letter Queue? |
sanvaranasi
Replies: 26 Views: 19611
|
Forum: General IBM MQ Support Posted: Mon Aug 30, 2004 5:47 am Subject: will the appln doing the put still get a successful ret code |
Maybe i did not put it across correctly:
Q1) Even if you do not define a DLQ isn't there a default DLQ?
Q2) Yes i am trying to put to a remote queue on another machine.
All queues local and re ... |
Topic: Do I really need a Dead Letter Queue? |
sanvaranasi
Replies: 26 Views: 19611
|
Forum: General IBM MQ Support Posted: Mon Aug 30, 2004 5:16 am Subject: Will the codes for put retrn a success if no dlq defined |
Basically, non-persistent messages were discarded if they could not be delivered and there was no DLQ available to the local Queue Manager.
What i want to know is that if the message cannot be del ... |
Topic: setmqaut on Windows 2000 |
sanvaranasi
Replies: 7 Views: 6233
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 05, 2004 2:05 am Subject: Same probelm on WIN2K with MQ5.3 CSD0 |
Hi,
I am having the same probelm in the sense that when i say setmqaut -m QLMQMGR -t queue -n PI.INCOMING -g NOOPEN -put the result shows successful. But when i do dspmqaut -m QLMQMGR -t queue -n P ... |
Topic: Log question replay messages |
sanvaranasi
Replies: 18 Views: 19893
|
Forum: General IBM MQ Support Posted: Thu Mar 25, 2004 12:42 am Subject: Dont want to use a tool. Want to do it myself |
Hi,
Most of you have mentioned third party tools for replaying messages from time t1 to time t2. Is there anyone who has done it without use of third party tools? What is the mechanism.
sanjay |
Topic: Why does MQSeries VB DLL fails intermittently? |
sanvaranasi
Replies: 3 Views: 3544
|
Forum: IBM MQ API Support Posted: Fri Mar 19, 2004 2:32 am Subject: Why does MQSeries VB DLL fails intermittently? |
ok i figured out the problem. i was trying to format a MQLong to CString using %s rather than %d
So the point where it was bombing was written as under
CString szReasonCode;
szReasonCode.forma ... |
Topic: Why does MQSeries VB DLL fails intermittently? |
sanvaranasi
Replies: 3 Views: 3544
|
Forum: IBM MQ API Support Posted: Thu Mar 18, 2004 9:03 pm Subject: Any Solution. I am facing a similar problem |
Hi Farteau,
I am facing a similar problem. HAve you found a solution yet.
I am having a ATL COM componenet that is deployed under IIS. I have WebphsereMQ5.3 server version installed on the same ... |
Topic: MQ Failover Using Clustering or ??? |
sanvaranasi
Replies: 12 Views: 6873
|
Forum: Clustering Posted: Tue Feb 24, 2004 7:41 am Subject: But, without queue-sharing or hardware clustering..... |
I am referring to jefflowrey's comments . But this is a general doubt any feedback from anyone is welcome. What i understand is that If there are messages on a queue under MQ01 and MQ01 goes down then ... |