Author |
Message |
Topic: .NET and J2EE Interoperability using WebSphere MQ |
kendras
Replies: 9 Views: 8338
|
Forum: IBM MQ API Support Posted: Thu Dec 21, 2006 1:33 am Subject: .NET and J2EE Interoperability using WebSphere MQ |
AHHH YESS
I've found the method !
In my .Net client, i've used the WriteBytes Method, and on the java client, i've used the ReadString method, and it's work.
Thanks lot for help |
Topic: .NET and J2EE Interoperability using WebSphere MQ |
kendras
Replies: 9 Views: 8338
|
Forum: IBM MQ API Support Posted: Thu Dec 21, 2006 1:08 am Subject: .NET and J2EE Interoperability using WebSphere MQ |
My message lenght is 36.
String message = "<balise><pouet>test</pouet></balise>";
First Test :
queueMessage.WriteUTF( message );
On The WMQ Server, my ... |
Topic: .NET and J2EE Interoperability using WebSphere MQ |
kendras
Replies: 9 Views: 8338
|
Forum: IBM MQ API Support Posted: Wed Dec 20, 2006 7:44 am Subject: .NET and J2EE Interoperability using WebSphere MQ |
Yeah of course
My original message is :
<balise>
<pouet>test</pouet>
</balise>
When i write with the WriteString method (queueMessage.WriteString( message ) ... |
Topic: .NET and J2EE Interoperability using WebSphere MQ |
kendras
Replies: 9 Views: 8338
|
Forum: IBM MQ API Support Posted: Wed Dec 20, 2006 7:35 am Subject: .NET and J2EE Interoperability using WebSphere MQ |
Hi guys,
I've a .Net Client whitch put a message on a mq file, and a java client that read the message.
I've got an error. I think that is due to the a problem of interoperability.
I've read th ... |
Topic: List queueManagers in .Net |
kendras
Replies: 2 Views: 3084
|
Forum: IBM MQ API Support Posted: Thu Dec 07, 2006 2:50 am Subject: List queueManagers in .Net |
thanks |
Topic: List queueManagers in .Net |
kendras
Replies: 2 Views: 3084
|
Forum: IBM MQ API Support Posted: Thu Dec 07, 2006 12:45 am Subject: List queueManagers in .Net |
Is there any method to to enumerate all QueueManagers on the local machine, in .Net ? |
Topic: MQRC_HCONN_ERROR |
kendras
Replies: 12 Views: 17021
|
Forum: IBM MQ API Support Posted: Mon Oct 16, 2006 4:49 am Subject: MQRC_HCONN_ERROR |
So.....
I've tried to get more informations about my WMQ error..
And this is what I get :
CompletionCode : 2
ReasonCode : 2018
How can I clean my connection to reconnect properly ?
I ... |
Topic: MQRC_HCONN_ERROR |
kendras
Replies: 12 Views: 17021
|
Forum: IBM MQ API Support Posted: Fri Oct 13, 2006 3:16 am Subject: MQRC_HCONN_ERROR |
Ok, I'll use the MQException to get more information about my error.
Thanks for the help |
Topic: MQRC_HCONN_ERROR |
kendras
Replies: 12 Views: 17021
|
Forum: IBM MQ API Support Posted: Fri Oct 13, 2006 2:43 am Subject: MQRC_HCONN_ERROR |
yes, the over node of a failover cluster.
On an exception, i close properly my connection (with the method CloseMQ), to recreate it.
private void CloseMQ(ref MQQueueManager mqQMgr)
... |
Topic: MQRC_HCONN_ERROR |
kendras
Replies: 12 Views: 17021
|
Forum: IBM MQ API Support Posted: Fri Oct 13, 2006 2:20 am Subject: MQRC_HCONN_ERROR |
i've already read this, and there no answer for me... |
Topic: MQRC_HCONN_ERROR |
kendras
Replies: 12 Views: 17021
|
Forum: IBM MQ API Support Posted: Fri Oct 13, 2006 1:27 am Subject: MQRC_HCONN_ERROR |
I've made a windows service called DuplicationWMQ.
This service take a message in a file, and put it in others file.
It's work in cluster and my WMQ Server too.
When the WMQ server pass on the ot ... |
Topic: The type initializer for "IBM.WMQ.MQTrace" threw a |
kendras
Replies: 1 Views: 3552
|
Forum: IBM MQ API Support Posted: Tue Jan 31, 2006 6:14 am Subject: The type initializer for "IBM.WMQ.MQTrace" threw a |
Hello,
i've a windows service that use amqmdnet.dll to access a wmq queue.
I've this error, and i don't know why.
The type initializer for "IBM.WMQ.MQTrace" threw an exception
Can somebody ... |