Author |
Message |
Topic: how MQMessage.writeUTF(String) could put into String>64KB |
wuyd
Replies: 0 Views: 1982
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 27, 2005 11:01 pm Subject: how MQMessage.writeUTF(String) could put into String>64KB |
hi,
my app use MQMessage.writeUTF(String) method to send utf messages to queue. but when message is larger than 64KB, the method call throws java.io.UTFDataFormatException.
How can I send the l ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 14, 2005 1:06 am Subject: SSL problems between MQ AIX Server and Windows java Client |
Tibor,
If I have a MQ Server and MQ Client to communicate through ssl, and server's channel's SSLAUTH is REQUIRED, can I config like this:
Server: qmgr's certificate(public key+private key)
... |
Topic: MDB failed trigger by MessageListener in WAS |
wuyd
Replies: 6 Views: 4240
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 13, 2005 7:32 pm Subject: MDB failed trigger by MessageListener in WAS |
My WAS version is : 5.1.1.2 (AIX)
and MQ version is: 5.3 csd04 (AIX)  |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 13, 2005 5:57 pm Subject: SSL problems between MQ AIX Server and Windows java Client |
Tibor,
I want to say VERY VERY MUCH thanks to you. When using cert store generated by gsk6cmd, it works.
Does this means my jdk's cert store has some compatible problems with MQ's?
wuyd |
Topic: MDB failed trigger by MessageListener in WAS |
wuyd
Replies: 6 Views: 4240
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 13, 2005 5:35 pm Subject: MDB failed trigger by MessageListener in WAS |
I issuse "mqver", it returns:
Name: WebSphere MQ
Version: 530.4 CSD04
CMVC level: p530-04-030617
BuildType: IKAP - (Production)
And, I didn't config any selector, when MDB cann't ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 13, 2005 12:14 am Subject: SSL problems between MQ AIX Server and Windows java Client |
Tibor,
Does this real message means client side could not get the certificate?
But I just setup the MQ Server environment in WinXP, and using .p12 file generated by AIX, config the channel to use ... |
Topic: MDB failed trigger by MessageListener in WAS |
wuyd
Replies: 6 Views: 4240
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 12, 2005 6:57 pm Subject: MDB failed trigger by MessageListener in WAS |
Hi,
I deployed an MDB in WAS, and define a MessageListenerPort to listen MQ Queue in AIX MQ Server. It works. But I found sometimes the Listener could not be triggerred when I put messages into th ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 12, 2005 6:25 pm Subject: SSL problems between MQ AIX Server and Windows java Client |
here is my client side trace info using -Djavax.net.debug=ssl:
I'm crazing...
----------------------------------------------------------
D:\ws512\eclipse\jre\bin>java -Djavax.net.ssl.trustStor ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 12, 2005 2:32 am Subject: SSL problems between MQ AIX Server and Windows java Client |
TIbor,
I generated AMQ.SSL.TRC file on aix, its binary file, I cann't post it. And the trace file generated by "trace -a -j30D,30E -o trace.file" is too big how can i send you? |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 12, 2005 1:29 am Subject: SSL problems between MQ AIX Server and Windows java Client |
Tibor,
Sorry for I fogotton to post the sentense of import cert for client:
keytool -import -db ... -label ibmwebspheremqaaaaa
This ssl problem puzzle me long times.
wuyd |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Apr 12, 2005 12:26 am Subject: SSL problems between MQ AIX Server and Windows java Client |
Tibor,
I think there exist a keystore in jre's lib\security\ direcotry, named cacerts.
when i launchu the application, I set -Djavax.net.ssl.keyStore nnnn -Djavax.net.ssl.keyStorePassword mmmm . ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 11, 2005 11:55 pm Subject: SSL problems between MQ AIX Server and Windows java Client |
Thanks for you reply.
The config following these steps:
1. I create cert in AIX using
gsk6cmd -cert -create -db ... -label ibmwebspheremqaaa.bbb.mqm (for qmgr)
gsk6cmd -cert -create ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 11, 2005 11:37 pm Subject: SSL problems between MQ AIX Server and Windows java Client |
And follow are my client error message:
02:57:58 [1113289078144] Thread: main, Object: com.ibm.mq.MQQueueManager@1f2eedd4 ==> MQManagedObject constructor() entry
02:57:58 [1113289078144] Thre ... |
Topic: SSL problems between MQ AIX Server and Windows java Client |
wuyd
Replies: 20 Views: 14290
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 11, 2005 11:13 pm Subject: SSL problems between MQ AIX Server and Windows java Client |
hi,
I want to config my aix mq server to use ssl with java client. After I create SelfSigned Cert on aix, I export to my client machine and import it to java client's cacerts. when I run the clie ... |