Author |
Message |
Topic: Extending MQ Base Classes |
martin
Replies: 1 Views: 2286
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 05, 2003 5:23 pm Subject: Extending MQ Base Classes |
I dont want to start an OO style war, but was wondering if extending a base MQ class like MQMessage was considered poor practice.
I know that typically Java developers overuse inheiratance when com ... |
Topic: Using the RFH2 header with the C++ MQ classes |
martin
Replies: 0 Views: 2122
|
Forum: IBM MQ API Support Posted: Wed Jan 15, 2003 4:53 am Subject: Using the RFH2 header with the C++ MQ classes |
I may just be missing something, but I do not see a .hpp header file or C++ class support for use of the RFH2 header even thought more obscure header types are there.
Are you supposed to just dea ... |
Topic: Setting the outgoing MQMD MsgId in a Java plugin node |
martin
Replies: 2 Views: 4677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 7:55 am Subject: Setting the outgoing MQMD MsgId in a Java plugin node |
I have found by using a trace node that the MQOutput node will change the MsgId value until I uncheck Request on the Request Tab.
Do I have to send a datagram to leave the MsgId unaltered?
than ... |
Topic: Setting the outgoing MQMD MsgId in a Java plugin node |
martin
Replies: 2 Views: 4677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 6:24 am Subject: Setting the outgoing MQMD MsgId in a Java plugin node |
Sorry, I want to replace the above question with a slightly different question.
Now, I don't want to set the MsgId, I just want to use the same message ID that was in the incomming message. But ... |
Topic: Setting the outgoing MQMD MsgId in a Java plugin node |
martin
Replies: 2 Views: 4677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 11, 2002 11:01 am Subject: Setting the outgoing MQMD MsgId in a Java plugin node |
Using MQI 2.1 Win, with a Java Plugin Node, setting the MQMD MsgID field on an outgoing message appears to have no affect even when the associated MQOutput node has "Generate New MsgID" unchecked. Wh ... |
Topic: Java Plugin Node Resource Bunble Properties Files |
martin
Replies: 0 Views: 2683
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2002 5:23 am Subject: Java Plugin Node Resource Bunble Properties Files |
I am confused by the documentation as to the required form and location of normal NLS properties files that a java plugin node will do a ResourceBundle.getBundle("MyPFName") on. So,
1. Where do t ... |
Topic: Clearing a Queue with the JMS classes |
martin
Replies: 0 Views: 2479
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 11, 2002 5:40 am Subject: Clearing a Queue with the JMS classes |
The MQ base classes may better serve this purpose, but I am required to use the JMS classes in my situation and don't know about the wisdom of mixing base MQ and JMS MQ.
So I have come to the concl ... |
Topic: Setting replyto Q and QMgr in JMS message |
martin
Replies: 10 Views: 8206
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 24, 2002 3:38 am Subject: Setting replyto Q and QMgr in JMS message |
thanks,
I missed the fact that a Queue is a subInterface of Destination.
Once again, I have unfairly judged a class as an individual without examining its ancestors. |
Topic: Setting replyto Q and QMgr in JMS message |
martin
Replies: 10 Views: 8206
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 22, 2002 11:20 am Subject: Setting replyto Q and QMgr in JMS message |
I'm using the MQQueueConnectionFactory variant of JMS and trying to set the Q and QMgr in the Message. I see that I can use:
public void setJMSReplyTo (Destination replyTo)
but Destination cl ... |
Topic: How to keep getting the same message |
martin
Replies: 2 Views: 3812
|
Forum: General IBM MQ Support Posted: Fri Apr 19, 2002 6:06 am Subject: How to keep getting the same message |
I am in a paralell, remote development situation where the interface is JMS messages on an MQSeries queue. Although, sample messages have been generated and put on queues, it is not practicle to rege ... |
Topic: Sending XML as Unicode Simple Question |
martin
Replies: 0 Views: 4544
|
Forum: General IBM MQ Support Posted: Tue Nov 27, 2001 12:36 pm Subject: Sending XML as Unicode Simple Question |
If I parse in an XML message that has encoding="UTF-8" into Java unicode and send it on it's way in an MQSeries message with characterSet = 1200 as unicode, do I have an obligation to alter the XML de ... |
Topic: MQSI and Unicode/UTF-8 |
martin
Replies: 2 Views: 6428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2001 12:27 pm Subject: MQSI and Unicode/UTF-8 |
I need advise on getting a UTF-8 encoded (with extended values) XML file through an MQSI application.
A Java MQ app that feeds the MQSI app is reading in the UTF-8 encoded XML file. The parsed fi ... |
Topic: Passing UTF-8 through MQ |
martin
Replies: 1 Views: 7041
|
Forum: General IBM MQ Support Posted: Wed Nov 14, 2001 2:09 pm Subject: Passing UTF-8 through MQ |
I have trouble passing an XML document containing UTF-8 encoded characters through MQ. All of the file is ASCII except one UTF-8 encoded character X"C595". After putting and getting through MQ it is ... |
Topic: JMS getting non-JMS message? |
martin
Replies: 1 Views: 16844
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 17, 2001 10:45 am Subject: JMS getting non-JMS message? |
Can an MQ Base Java (standard MQMD header) message sent to an MQSeries Queue be read by a program that uses the MQSeries JMS Java classes?
thanks, |
Topic: MQSI V202 Publish Integer Encoding Bug? |
martin
Replies: 1 Views: 5878
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 27, 2001 11:28 am Subject: MQSI V202 Publish Integer Encoding Bug? |
Just an update....
I discovered it was possible to override the MQSI default and place a value of MQC.MQENC_INTEGER_REVERSED or 2 in the MQMD encoding field.
MQAO is happy now.... |