Author |
Message |
Topic: How to get Certification? |
coolbeans
Replies: 5 Views: 3587
|
Forum: General Discussion Posted: Wed Aug 25, 2004 1:30 am Subject: How to get Certification? |
Thanks. Do you know if its possible to do the IBM Cert. Solution Developer test online? and how much would you expect to pay? |
Topic: How to get Certification? |
coolbeans
Replies: 5 Views: 3587
|
Forum: General Discussion Posted: Tue Aug 24, 2004 6:07 am Subject: How to get Certification? |
I notice a lot of people have:
IBM Cert. WMQ
IBM Cert. Solution Designer
IBM Cert. Solution Developer
IBM Cert. System Administrator
IBM Cert. WMQ Integrator
IBM Cert. System Administrator
... |
Topic: Can you prevent errors going to System.err? |
coolbeans
Replies: 5 Views: 2909
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 7:45 am Subject: Can you prevent errors going to System.err? |
Also as a little side note, can someone PLEASE PLEASE PLEASE javadoc the code? |
Topic: Can you prevent errors going to System.err? |
coolbeans
Replies: 5 Views: 2909
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 7:42 am Subject: Can you prevent errors going to System.err? |
Thanks. Pleople should really learn to read the manual;) I think though the online manual needs a search feature. |
Topic: Can you prevent errors going to System.err? |
coolbeans
Replies: 5 Views: 2909
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 7:24 am Subject: Can you prevent errors going to System.err? |
When an exception occurrs, by default MQ appears to log the error to System.err i.e. MQJE001: Completion Code 2, Reason 1234. The call MQEnvironment.disableTracing() doesn't appear to fix this problem ... |
Topic: Problem with MQQueue.close() hanging |
coolbeans
Replies: 3 Views: 3541
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 6:32 am Subject: Problem with MQQueue.close() hanging |
yeah, I was hoping there would be another way. I can't put messages on the queue so the second option is out the window. Which leaves the first option which isn't nice as it means I effectively have t ... |
Topic: Problem with MQQueue.close() hanging |
coolbeans
Replies: 3 Views: 3541
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 23, 2004 6:18 am Subject: Problem with MQQueue.close() hanging |
I have created a subscribe method, which listens to messages as they are put on the queue. The problem I am having is that I believe the MQQueue.get() method is synchronized on the queue manager and s ... |
Topic: retrieving specific event messages from system queues |
coolbeans
Replies: 3 Views: 2970
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 13, 2004 6:53 am Subject: retrieving specific event messages from system queues |
Whats the name of the document, and could you give a link to it online.
Thanks. |
Topic: Newbie: Problems Connecting To Remote Queue |
coolbeans
Replies: 5 Views: 3240
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 11, 2004 1:05 am Subject: Newbie: Problems Connecting To Remote Queue |
Thanks. I got it working now. |
Topic: Newbie: Problems Connecting To Remote Queue |
coolbeans
Replies: 5 Views: 3240
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 10, 2004 5:27 am Subject: Newbie: Problems Connecting To Remote Queue |
Yes. In the MQ Services GUI, under the queue manager, the listener service status is "running". In the properties for that listener, the port number is 8082, with the protocol set to TCP. |
Topic: Newbie: Problems Connecting To Remote Queue |
coolbeans
Replies: 5 Views: 3240
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 10, 2004 3:20 am Subject: Newbie: Problems Connecting To Remote Queue |
P.s.
The error I get is that it times out when it tries to create the socket connection and it throws:
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2059
which is: "Queue manager ... |
Topic: Newbie: Problems Connecting To Remote Queue |
coolbeans
Replies: 5 Views: 3240
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 10, 2004 3:16 am Subject: Newbie: Problems Connecting To Remote Queue |
Hi. I have an application:
try
{
boolean isRemote = true;
if(isRemote)
{
MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY,//Set TCP/IP or server
... |
Topic: Newbie Question - how do I find out what channel/port no? |
coolbeans
Replies: 17 Views: 10037
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 19, 2004 12:29 am Subject: Newbie Question - how do I find out what channel/port no? |
I think I have found the problem. I have the evaluation copy of websphere mq, which could be why I don't have MQ Explorer installed? Or does it install as part of the client pacakge?
thanks. |
Topic: Newbie Question - how do I find out what channel/port no? |
coolbeans
Replies: 17 Views: 10037
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 16, 2004 8:37 am Subject: Newbie Question - how do I find out what channel/port no? |
When we installed MQ we just installed the bare bones to get it running, All I have is Start > Programs > IBM WebSphere > Application Server > ...
All I have available at the moment is ... |
Topic: Newbie Question - how do I find out what channel/port no? |
coolbeans
Replies: 17 Views: 10037
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 16, 2004 8:15 am Subject: Newbie Question - how do I find out what channel/port no? |
Yeah. The same machine as I'm developing on. |