Author |
Message |
Topic: Detect qmgr state in Java program |
jkoconnell
Replies: 2 Views: 3342
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 19, 2012 12:21 pm Subject: Detect qmgr state in Java program |
Thanks. App is Java base. If there are no files to put, it can be a long time before a PUT is attempted. So, the program loops waiting for files to PUT, but didn't detect a QMGR shutdown until the nex ... |
Topic: Detect qmgr state in Java program |
jkoconnell
Replies: 2 Views: 3342
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 19, 2012 9:57 am Subject: Detect qmgr state in Java program |
Hello,
I have a Java application that connects to a QMGR in bindings mode. It then monitors a directory for files to put to queues. It can be a long time between files showing up in the directory. ... |
Topic: Copy message retains report setting |
jkoconnell
Replies: 2 Views: 2614
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 15, 2010 12:19 pm Subject: Copy message retains report setting |
Thanks, I thought I tried this but must have had an error.
inputMessage.report = MQC.MQRO_NONE;
right before
forwardQ.put(inputMessage, forwardPMO);
That fixed it. |
Topic: Copy message retains report setting |
jkoconnell
Replies: 2 Views: 2614
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 15, 2010 10:57 am Subject: Copy message retains report setting |
I am copying a message from inputQ to forwardQ using native Java. Very straightforward. Open inputQ and get message with MQC.MQOO_PASS_ALL_CONTEXT;
Put to forwardQ
int forwardQoptions = MQC.MQO ... |
Topic: Discussion for new support pack MS6A |
jkoconnell
Replies: 20 Views: 18781
|
Forum: General Discussion Posted: Wed Sep 12, 2007 7:20 am Subject: ms6a usage questions |
Hi Peter,
I am trying to use ms6a to roll out MQ V6 before the end of support for MQ V5.3. Repository will be on Intel Linux, additional targets on HP-UX & Solaris. I’ve had a few issues tryi ... |
Topic: Adding your own MQRFH2 header + more |
jkoconnell
Replies: 2 Views: 4283
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 28, 2005 5:04 am Subject: MQRFH2 using Java for MQI |
Rudolf,
Thanks for the tip about javolution struct classes.
I'm having a little trouble populating and putting MQRFH2 using your snippet.
Do you have a more complet code sample that shows popul ... |
Topic: nested folders in a JMS-MQRFH2 header |
jkoconnell
Replies: 2 Views: 3817
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 27, 2005 1:35 pm Subject: Nesting folders in MQRFH2 Header |
Does anyone have a solution for creating nested folders in the <usr> folder in the MQRFH2 header? |
Topic: Setting Group properties in MQRFH2 |
jkoconnell
Replies: 11 Views: 10467
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 24, 2005 5:58 pm Subject: JMS Group Properties |
Rob, did you ever find a way in Java to create a group with sub-properties in the <usr> folder of a JMS message? |