Author |
Message |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 22, 2010 10:08 am Subject: .NET client (XMS) GetStringProperty() call fails |
I've experimented with a whole bunch of different scenarios, and here is what I've discovered:
I *can* see the user property when I do a Receive() of a message, but *not* when I browse! I.e., when ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 21, 2010 7:04 am Subject: .NET client (XMS) GetStringProperty() call fails |
Everything in the body of the message looks fine, and the rest of the header data looks fine as well (the JMSX and JMS properties are coming across fine). The GetStringProperty() and GetObjectProperty ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 21, 2010 5:42 am Subject: Re: .NET client (XMS) GetStringProperty() call fails |
Okay, I used the RFHUtil to look at the data, and in the usr tab, I see my property "Foo" with a value of "TESTING". So it is there. Would there be any problem due to the fact that ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 21, 2010 5:06 am Subject: .NET client (XMS) GetStringProperty() call fails |
I have also tried to use the PropertyExists() method for the "Foo" property, and it returns FALSE. So the property apparently is not even in the returned object.
Sorry, I haven't had my c ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 21, 2010 4:36 am Subject: .NET client (XMS) GetStringProperty() call fails |
Sorry, I haven't had my coffee yet. I meant the GetObjectProperty() and GetStringProperty() calls. Both return null.
The C# binding for XMS does not expose a "getProperty" method. (Rememb ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 21, 2010 4:34 am Subject: .NET client (XMS) GetStringProperty() call fails |
The C# binding for XMS does not expose a "getProperty" method. (Remember, I am using the C# XMS library, not the Java binding.) The closest call on the C# IMessage interface is GetObjectMess ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 20, 2010 1:38 pm Subject: Re: .NET client (XMS) GetStringProperty() call fails |
ESBWatch (our web-based monitoring tool) confirms that the property "Foo" exists on the message and that TESTING is the value. I don't do any kind of bridging or data-massaging before I send ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 20, 2010 11:20 am Subject: Re: .NET client (XMS) GetStringProperty() call fails |
Is this a configuration problem on my part? (Again: I've confirmed that the property was set correctly and exists in the queue after the put.)
What value does "Foo" have? How are you view ... |
Topic: .NET client (XMS) GetStringProperty() call fails |
mrmanley
Replies: 17 Views: 11603
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 20, 2010 8:45 am Subject: .NET client (XMS) GetStringProperty() call fails |
Websphere MQ V 7
IBM Message Service Client for .NET 2.0.0.2
I am successfully sending a message into a Websphere MQ message queue with SetStringProperty("Foo"). I can look at the messag ... |