Author |
Message |
Topic: Mainframe QM trigger goes "off" |
swann
Replies: 2 Views: 2808
|
Forum: General IBM MQ Support Posted: Tue Jun 26, 2012 10:27 am Subject: Mainframe QM trigger goes "off" |
Hi Friends,
We have set up a application triggering on one our mainframe local queue.The trigger condition set as "first" with queue depth 1. We use CICS application to ... |
Topic: MQ explorer error |
swann
Replies: 1 Views: 1522
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2012 6:49 am Subject: MQ explorer error |
Hi Friends,
Using MQ v7 explorer,we can succesfully connect to the remote Brokers which run on MB 8 on AIX but we could not see the flows deployed on the EG through MQ explorer.Coul ... |
Topic: Message flow deletion |
swann
Replies: 4 Views: 4929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 13, 2012 2:53 pm Subject: Message flow deletion |
mqsideploy with -d option works...................... |
Topic: Message flow deletion |
swann
Replies: 4 Views: 4929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 13, 2012 1:10 pm Subject: Message flow deletion |
Hi Friends,
I can easily delete the message flow from the EG through the GUI MQ explorere. What is the command to delete the message from the EG in case if my EG is in unix box( ... |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Fri May 11, 2012 6:23 am Subject: Dead Letter Handler |
inputq(BB.DLQ) inputqm('bb') wait(no)
REASON(MQRC_UNKNOWN_REMOTE_Q_MGR) action(fwd) fwdq('bb.local') fwdqm('bb')
This made to work.The QM was taking bb.local as BB.LOCAL and popping out the e ... |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 1:01 pm Subject: Dead Letter Handler |
C:\Documents and Settings>dspmqver
Name: WebSphere MQ
Version: 7.0.1.0 |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 12:33 pm Subject: Dead Letter Handler |
Hi Vitor,
Removed the fwdqm clause but still it shows the same error. Just want to make it clear to known about the configurations.
QM aa
def qremote(aa.remote) remoteqname(bb.local) remoteq ... |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 10:32 am Subject: Dead Letter Handler |
Hi Vitor,
Thanks for the reply .I tried this
inputq(BB.DLQ) inputqm(bb)
REASON(MQRC_UNKNOWN_REMOTE_Q_MGR) action(fwd) fwdq(bb.local) fwdqm('') , But it still comes up with the same ... |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 10:05 am Subject: Dead Letter Handler |
C:\Documents and Settings>runmqdlq BB.DLQ bb < C:\dd.txt
5/10/2012 13:20:58 AMQ8708: Dead-letter queue handler started to process INPUTQ(BB.DLQ).
5/10/2012 13:20:58 AMQ8722: Dead-letter queu ... |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 10:03 am Subject: Dead Letter Handler |
Yes
C:\Documents and Settings>amqsput bb.local bb
Sample AMQSPUT0 start
target queue is bb.local
ssssssssss
Sample AMQSPUT0 end |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 9:48 am Subject: Dead Letter Handler |
inputq(BB.DLQ) inputqm(bb)
REASON(MQRC_UNKNOWN_REMOTE_Q_MGR) action(fwd) fwdq(bb.local) fwdqm(bb) |
Topic: Dead Letter Handler |
swann
Replies: 18 Views: 9229
|
Forum: General IBM MQ Support Posted: Thu May 10, 2012 9:26 am Subject: Dead Letter Handler |
Hi All,
Created two QM aa and bb . Configured to send message from aa to bb.But on the remote queue i have given a wrong QM as bbb .So the messages ended up in remote QM DLQ ie bb.
I am ... |
Topic: MQRC 2003 Backout |
swann
Replies: 10 Views: 6494
|
Forum: General IBM MQ Support Posted: Fri Feb 10, 2012 7:57 am Subject: MQRC 2003 Backout |
I apolozie for not providing sufficient information.We are using MQ V7 on our aix server,a jms application puts the the message to X queue on a QM and a shell script incoporated in abinitio applicati ... |
Topic: MQRC 2003 Backout |
swann
Replies: 10 Views: 6494
|
Forum: General IBM MQ Support Posted: Thu Feb 09, 2012 2:16 pm Subject: MQRC 2003 Backout |
Hi All,
I am trying to pull the messages from a queue and i get this following message.When i restart my application again it works perfectly.This happened couple of times durin the week.I ... |
Topic: RFHUtil saving messages |
swann
Replies: 5 Views: 6221
|
Forum: General IBM MQ Support Posted: Sun Jan 29, 2012 8:13 pm Subject: RFHUtil saving messages |
Hi Friends,
I have a situation where i would like to save messages from a queue in a sequence. Suppose if i have 10 messages in a q and i would like to save them in two file 1 to 5 ... |