Author |
Message |
Topic: Using PCF on Websphere EE Server |
mcdonalds
Replies: 10 Views: 4827
|
Forum: IBM MQ Java / JMS Posted: Mon May 23, 2005 4:22 am Subject: Using PCF on Websphere EE Server |
I can access the queue using JMS, but when I try to use the MQ API, I get the same error message. |
Topic: Using PCF on Websphere EE Server |
mcdonalds
Replies: 10 Views: 4827
|
Forum: IBM MQ Java / JMS Posted: Mon May 23, 2005 4:11 am Subject: Using PCF on Websphere EE Server |
The queue manager is not the default one. I did try this, but it didn't seem to make any difference.
I have left the port number as the default (which is 1414).
Thanks |
Topic: Using PCF on Websphere EE Server |
mcdonalds
Replies: 10 Views: 4827
|
Forum: IBM MQ Java / JMS Posted: Mon May 23, 2005 3:58 am Subject: Using PCF on Websphere EE Server |
MQ is running on the same machine as websphere.
As far as I know the queue manager is listening and the command server running (I haven't touched any of the MQ settings between running the code on ... |
Topic: Using PCF on Websphere EE Server |
mcdonalds
Replies: 10 Views: 4827
|
Forum: IBM MQ Java / JMS Posted: Sun May 22, 2005 10:25 pm Subject: Using PCF on Websphere EE Server |
I have some PCF code which is used to establish the current and minimum depths of an MQ queue (from within a websphere environment). The code is as follows:
com.ibm.mq.MQException: MQJE001: Completi ... |
Topic: Handling MQ event messages through jms |
mcdonalds
Replies: 2 Views: 1888
|
Forum: IBM MQ Java / JMS Posted: Tue May 17, 2005 4:02 am Subject: Handling MQ event messages through jms |
I am converting it by copying the bytes.
I did try casting it, but got a class cast exception. |
Topic: Handling MQ event messages through jms |
mcdonalds
Replies: 2 Views: 1888
|
Forum: IBM MQ Java / JMS Posted: Tue May 17, 2005 3:27 am Subject: Handling MQ event messages through jms |
I am trying to process an MQ event message through JMS (using a message driven bean).
The message I receive is of type BytesMessage, but I need a PCF message in order to establish the event type ... |