Author |
Message |
Topic: Discussion: WebSphere MQ Explorer MQSC Editor Plug-in. |
dlamond1
Replies: 38 Views: 45779
|
Forum: General Discussion Posted: Wed Dec 05, 2007 11:00 am Subject: Discussion: WebSphere MQ Explorer MQSC Editor Plug-in. |
Just installed it in my regular Eclipse environment.
Works great, I love syntax highlighting. Coupled with cvs it will be most useful.
I haven't try all attributes but the following
dis ql(*) ... |
Topic: Problem with MessageListener |
dlamond1
Replies: 4 Views: 5109
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 13, 2007 3:39 am Subject: Problem with MessageListener |
Ok, It turned out the problem was in the application and how they manage the recovery in case of a broken connection.
They handle the situation by dropping and recreating the connection and the ses ... |
Topic: Problem with MessageListener |
dlamond1
Replies: 4 Views: 5109
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 12, 2007 3:48 am Subject: Problem with MessageListener |
I did look for 2009 (connection broken)
The thing is it seems that the connection is lost again very rapidly (or was never established) but not for all application. Only with the one using a Messag ... |
Topic: Problem with MessageListener |
dlamond1
Replies: 4 Views: 5109
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 11, 2007 9:23 am Subject: Problem with MessageListener |
Hi all,
Here is a problem description from one of the developer here
"Context:
Stand alone java application running JDK 1.42
IBM JMS Implementation-Version (from manifest) : 6. ... |
Topic: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
dlamond1
Replies: 11 Views: 14431
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 16, 2007 7:35 am Subject: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
We use RC4_MD5_US on the channel and the corresponding SSL_RSA_WITH_RC4_128_MD5 on the java side. Here is the output with the same code (only listing the available cipher suite in 1.3.1), same config ... |
Topic: Problem with setmqaut and java |
dlamond1
Replies: 3 Views: 4660
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 15, 2007 11:12 am Subject: Problem with setmqaut and java |
Fair enough, thank you for answering this for me. |
Topic: Problem with setmqaut and java |
dlamond1
Replies: 3 Views: 4660
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 15, 2007 9:26 am Subject: Problem with setmqaut and java |
Ok,
It seems I haven't done my homework, reading a previous post I figured I had to issue the following for Java
setmqaut -m MY.TFM.QUEUE.MANAGER -t qmgr -g tfmmqm +connect +inq
Why d ... |
Topic: Problem with setmqaut and java |
dlamond1
Replies: 3 Views: 4660
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 15, 2007 9:07 am Subject: Problem with setmqaut and java |
Hi,
I know this has been discussed a lot, but there is still something I'm missing. I have set and mcauser (user1)on a channel (my.svrconn). I have used setmqaut to grant the following
setmqa ... |
Topic: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
dlamond1
Replies: 11 Views: 14431
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 15, 2007 5:33 am Subject: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
Not really,
It is a third party application that is not certified for anything greater than a Sun 1.3.1.something JVM. They provided us with an MQ module that normally comes with a greater vers ... |
Topic: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
dlamond1
Replies: 11 Views: 14431
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 14, 2007 11:37 am Subject: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
No, I add to download the jsse separately. Any idea where I can get a JDK with jsse bundled together? |
Topic: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
dlamond1
Replies: 11 Views: 14431
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 14, 2007 11:04 am Subject: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
I was under the impression I could use Sun Solaris Java 2 Standard Edition, with the JSSE classes.
See http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27006263
Sun Solaris Java 2 St ... |
Topic: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
dlamond1
Replies: 11 Views: 14431
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 14, 2007 8:42 am Subject: Websphere MQ v6.0.2 and jdk1.3.1_19/jsse1.0.3_04 |
I'm having some difficulties making this happen. If I use java 1.4 or 1.5, I don't have this problem but because of external reasons I'm stuck with 1.3.1 and jsse1.0.3. I've tried it on both Windows a ... |