Author |
Message |
Topic: Problem with QueueReceiver.receive |
olekg
Replies: 1 Views: 1544
|
Forum: General IBM MQ Support Posted: Fri Jun 03, 2005 1:22 am Subject: Problem with QueueReceiver.receive |
Hello,
I am using Java JMS classes to connect to WebSphere MQ from standalone Java client program.
We face a problem of very long time waiting to receive a message form the Queue.
The
msg = ... |
Topic: Problem with QueueReceiver.receive |
olekg
Replies: 4 Views: 4128
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 03, 2005 12:55 am Subject: Problem with QueueReceiver.receive |
Hello,
I am using Java JMS classes to connect to WebSphere MQ from standalone Java client program.
We face a problem of very long time waiting to receive a message form the Queue.
The
msg = ... |
Topic: error 2009 |
olekg
Replies: 2 Views: 3573
|
Forum: IBM MQ Java / JMS Posted: Tue May 17, 2005 12:54 am Subject: error 2009 |
Hello,
This is the most owfull error you ca receive. I have been playing with MQ/SSL for some time and obtained this error even if properly configured MQ Server repository.
Generaly this error m ... |
Topic: Base Java MQ classes and SSL |
olekg
Replies: 40 Views: 42030
|
Forum: IBM MQ Java / JMS Posted: Mon May 09, 2005 6:18 am Subject: Base Java MQ classes and SSL |
Hello Tibor,
I have already fixed the problem. I cannot summarize where it was. Big thanks for all that thread beacause without it it would be very hard to start with MQ via SSL.
BTW:
Anybody ... |
Topic: Base Java MQ classes and SSL |
olekg
Replies: 40 Views: 42030
|
Forum: IBM MQ Java / JMS Posted: Thu May 05, 2005 4:12 am Subject: Base Java MQ classes and SSL |
I have again a problem with client certificate. When we specify "-Djavax.net.ssl.keyStore" and there is some certificate that client should use for SSL, how client classes know which certificate to us ... |
Topic: Base Java MQ classes and SSL |
olekg
Replies: 40 Views: 42030
|
Forum: IBM MQ Java / JMS Posted: Thu May 05, 2005 4:06 am Subject: Base Java MQ classes and SSL |
Nope, Tibor.
I have already explored the problem.
In WebSphere Application Server you have no access to MQEnvironment. You need to define Custom Property for Connection Factory, named "SSLCIPHE ... |
Topic: Base Java MQ classes and SSL |
olekg
Replies: 40 Views: 42030
|
Forum: IBM MQ Java / JMS Posted: Wed May 04, 2005 3:21 pm Subject: Base Java MQ classes and SSL |
Hello,
I have already solved the problem. I am able to connect to MQ via SSL from standalone Java client. I have a problem how to specify SSLCipherSuite for the ConnectionFactory defined in WebSphe ... |
Topic: Base Java MQ classes and SSL |
olekg
Replies: 40 Views: 42030
|
Forum: IBM MQ Java / JMS Posted: Wed May 04, 2005 2:45 pm Subject: Base Java MQ classes and SSL |
Hello,
I am trying to do the same. I have reached the point where I am able to connect to MQ via SSL when setting sslcauth(optional) for the CHANNEL. This means that my Java client is unable to tak ... |