Author |
Message |
Topic: MQ and Windows |
kaitlyn
Replies: 2 Views: 3819
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 15, 2009 6:45 am Subject: MQ and Windows |
I am not real familiar with Windows, so pardon my ignorance in that regard. I have a Windows server running MQ 5.3 (yes, I know it's old, but I'm not allow to upgrade it at this point). It isn't ins ... |
Topic: Backout problem |
kaitlyn
Replies: 11 Views: 6562
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 03, 2006 10:57 am Subject: Backout problem |
BUT, you are using WAS. So, perhaps, you are using JMS. IF you are using JMS, then you can define properties on your Queue Destination that will cause the JMS Provider in WAS to handle the backout pro ... |
Topic: Backout problem |
kaitlyn
Replies: 11 Views: 6562
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 03, 2006 4:37 am Subject: Backout problem |
You can use BackOut queues and BackOut count. But please understand that it is the duty of the application to move the message to the BackOut queue.
We are using JAVA and when exceptions are thrown ... |
Topic: Backout problem |
kaitlyn
Replies: 11 Views: 6562
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 01, 2006 11:35 am Subject: Backout problem |
We are running WebSphere 5.1.1.8 and using MQ Series 530.12. WebSphere lives on one server with MQ on another. As a result, we are using the client on the WebSphere box. The problem that we are run ... |
Topic: Queues not showing messages |
kaitlyn
Replies: 9 Views: 5196
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 12:40 pm Subject: Queues not showing messages |
Sorry, they're using the javax QueueSender to do that (JMS). |
Topic: Queues not showing messages |
kaitlyn
Replies: 9 Views: 5196
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 12:28 pm Subject: Queues not showing messages |
They are being put into a standalone version of MQ (530.11 CSD11). It's not the one embedded in WebSphere. |
Topic: Queues not showing messages |
kaitlyn
Replies: 9 Views: 5196
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 11:26 am Subject: Queues not showing messages |
No, the message that showed up in there (the latter 3) are NOT the same messages. I know this because in each message it has the name of the batch file it is processing. This is our link between mes ... |
Topic: Queues not showing messages |
kaitlyn
Replies: 9 Views: 5196
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 7:54 am Subject: Queues not showing messages |
We have encountered a really strange thing happening. We have some queues set up that have a failure queue associated with them (no, this isn't the strange thing). As an example, we have a queue cal ... |
Topic: Can't understand the put time value. |
kaitlyn
Replies: 4 Views: 3539
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 7:31 am Subject: Can't understand the put time value. |
OK, then the format is The format used for the time when this field is generated by the queue manager is:
HHMMSSTH
where the characters represent (in order):
HH
hours (00 through 23)
MM
... |
Topic: Can't understand the put time value. |
kaitlyn
Replies: 4 Views: 3539
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 5:46 am Subject: Can't understand the put time value. |
GMT -6 |
Topic: Can't understand the put time value. |
kaitlyn
Replies: 4 Views: 3539
|
Forum: General IBM MQ Support Posted: Wed Nov 09, 2005 5:32 am Subject: Can't understand the put time value. |
I am using WebSphere MQ Administrator for monitoring the queues and there is a column available for display called "put time" and when I show this, it displays an 8 character number, but it doesn't ma ... |
Topic: How to view header info |
kaitlyn
Replies: 7 Views: 4544
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 01, 2005 9:16 am Subject: How to view header info |
What you see is (and yes, it was all posted) what I see when using the WebSphere MQ Administrator tool conncecting on my Windows box to the AIX box where MQ lives. The message is being put there via ... |
Topic: How to view header info |
kaitlyn
Replies: 7 Views: 4544
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 01, 2005 8:59 am Subject: How to view header info |
I have the following (the format is MQSTR):
<Type><![CDATA[]]></Type><DeliveryMode></DeliveryM
ode><Expiration></Expiration><Priority></Priority> ... |
Topic: How to view header info |
kaitlyn
Replies: 7 Views: 4544
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 01, 2005 8:22 am Subject: How to view header info |
Just for clarification, I am using a JMS formatted message. I am not clear on the format piece. Would it make any difference if it was in MQRFH2 or MQSTR format in order to have the header? Also, I ... |
Topic: How to view header info |
kaitlyn
Replies: 7 Views: 4544
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 01, 2005 8:02 am Subject: How to view header info |
I was wondering if any of the sample programs in the /usr/mqm/samp/bin directory would allow one to view the header information for messages. I have messages in my queue (5) and I would like to run a ... |