Author |
Message |
Topic: Easy way to View Queue Contents |
sevenfan
Replies: 4 Views: 4042
|
Forum: General IBM MQ Support Posted: Tue Nov 18, 2003 3:52 pm Subject: Easy way to View Queue Contents |
I am hoping to find a utility that will allow me to view the contents of a local queue (without extracting the messages). I know that IBM provides some sample source with Websphere MQ, and that there ... |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Fri Oct 03, 2003 10:36 am Subject: Looks like you are both right |
Process for the channel initiator was running, and I had already defined the transmit queue in the way suggested with TRIGGER and TRIGDATA(SENDERCHANNELNAME) and INITQ(SYSTEM.CHANNEL.INITQ)
Thanks. |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Thu Oct 02, 2003 6:32 am Subject: Channel Startup |
Not running z/OS. We're running WSMQ on AIX. |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Wed Oct 01, 2003 9:11 pm Subject: Channel Startup |
I attempted to run the START CHINIT after making the changes to the transmit queue. I got an error AMQ9509. Since my reading of the documentation indicates that I should be operating on SYSTEM.CHANN ... |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Thu Sep 25, 2003 11:41 am Subject: Just to make sure |
Let me make sure I understand, then. I need to add the START CHINIT(SYSTEM.CHANNEL.INITQ), and modify my transmit queue definitions to use the TRIGGER attribute. Then, everything should work, right? ... |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 8:22 pm Subject: Channel Startup |
So, I take it I didn't do quite enough. Looking at the documentation there is only a couple of things I am not quite sure of. It looks like I need to add START CHINIT INITQ(SYSTEM.CHANNEL.INITQ)?
... |
Topic: Channel Startup |
sevenfan
Replies: 13 Views: 9646
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 2:17 pm Subject: Channel Startup |
I created sender and receiver channels on two queue managers and have been successful in getting messages to transmit from one to the other. However, the one thing I needed to do manually was to star ... |
Topic: MQ Spy? |
sevenfan
Replies: 1 Views: 9081
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 03, 2003 9:17 pm Subject: MQ Spy? |
I found a file on my hard drive that I must have downloaded at one point, I just can't remember where I got it. The tool is called MQ Spy, looks like a windows installation program, and I can't seem ... |
Topic: DEAD LETTER QUEUES |
sevenfan
Replies: 3 Views: 5781
|
Forum: General IBM MQ Support Posted: Fri Aug 01, 2003 11:17 am Subject: DEAD LETTER QUEUES |
I have questions about dead letter queues. The documentation says that if a message is undeliverable it will end up in a queue manager's dead letter queue, provided one exists.
Under what circum ... |
Topic: Port? |
sevenfan
Replies: 18 Views: 12754
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 24, 2003 7:36 am Subject: Port? |
Interesting that when I do as suggested, I see the port in 'LISTENING' state rather than 'ESTABLISHED'.
A couple of other things. I can run the runmqlsr command which appears to function as I wo ... |
Topic: Port? |
sevenfan
Replies: 18 Views: 12754
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 23, 2003 3:51 pm Subject: Port? |
Sorry, should have mentioned that I know a little about Unix and not asking THAT question. The real question I'm trying to get to is why I don't see a listener in my MQ Console, and what do I need to ... |
Topic: Port? |
sevenfan
Replies: 18 Views: 12754
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 23, 2003 3:00 pm Subject: Port? |
Wondering if I am missing something.
As I mentioned as a part of this post, up to this point, I have been working with a nice GUI to set up objects. However, I now have to port all of this to an A ... |
Topic: Java and MQMD Documentation |
sevenfan
Replies: 6 Views: 5341
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 23, 2003 6:50 am Subject: Java and MQMD Documentation |
I found the document. The link is just a list of the latest documentation available. However, look in the Application Programmers Guide for information about MQMD. Haven't tried to use this in my J ... |
Topic: Java and MQMD Documentation |
sevenfan
Replies: 6 Views: 5341
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 22, 2003 9:31 pm Subject: Java and MQMD Documentation |
I can't seem to find any documentation on the MQMD object for Java. Although I have seen use of this in Java, it would be nice to know how to use this, as I may need to develop some mechanism for mes ... |
Topic: Port? |
sevenfan
Replies: 18 Views: 12754
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 26, 2003 8:51 am Subject: That was quick |
Pointed me to the right place in the docs. It looks like, you start the listener, specifying the port and queue manager. I did notice in the /etc/services file that there is an entry for websphereMQ ... |