Author |
Message |
Topic: findind Depth and reading the messages in a Loop |
dvishu78
Replies: 2 Views: 3299
|
Forum: IBM MQ API Support Posted: Sun Sep 23, 2007 9:47 pm Subject: findind Depth and reading the messages in a Loop |
Hi All,
I have a requirement of reading the messages from a Queue by finding the depth and reading all the messages one by one using loop until the depth becomes zero( i mean only with intial depth ... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Sat Nov 04, 2006 3:51 am Subject: eroor in reading a message from a MQ queue |
Hi Saper,
thanks for reply i did the same setup on other machine and ran my code iam getting the following error
caught JMSException: javax.jms.JMSException: MQJMS2007: failed to send message to ... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 02, 2006 8:39 pm Subject: eroor in reading a message from a MQ queue |
Hi saper,
done as you said and got the error cleared now iam able to send and get messages from my machine but when i had done the same setup of JMS and ran same code iam getting following error
... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 31, 2006 7:11 am Subject: eroor in reading a message from a MQ queue |
Hi Saper,
as iam not getting the message with TextMessage
i tried using BytesMessage but trying to convert to TextMessage iam getting
Class CastNotSupported Exception
BytesMessage bms=(BytesM ... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Sat Oct 28, 2006 12:46 am Subject: eroor in reading a message from a MQ queue |
hi Saper,
where you refering to the Version of WAS or MQ series
thanks |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 27, 2006 4:18 am Subject: eroor in reading a message from a MQ queue |
Hi Saper,
thanks for ur reply
please suggest me what should I do |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 27, 2006 4:12 am Subject: error in reading a message from a MQ queue |
Hi Saper,
when iam running the code the depth of the Queue is being reduced by 1 but iam not seeing the message and an error as above
yes we are using @version6.0 and i checked the jar file also w ... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 26, 2006 5:35 am Subject: eroor in reading a message from a MQ queue |
Hi Vitor,
later i added the code to get linked exception but not getting the Reason code i too feel strange iam able to connect
Iam getting that error when the below statement is executed
msg = ... |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 26, 2006 4:00 am Subject: eroor in reading a message from a MQ queue |
Hi vitor
no there is linked EXception MQ reason code
thanks |
Topic: eroor in reading a message from a MQ queue |
dvishu78
Replies: 26 Views: 20474
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 26, 2006 2:50 am Subject: eroor in reading a message from a MQ queue |
Hi all,
iam trying to read a mesage from MQ queue but iam getting
error
caused by: java.lang.NoSuchMethodError: com.ibm.mq.MQMsg2: method getMessageData() args) throws JMSException {
... |
Topic: sending a message to MQ using JMS API |
dvishu78
Replies: 8 Views: 5557
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 10, 2006 7:21 am Subject: sending a message to MQ using JMS API |
Hi jefflowrey,
Sorry i was new to jms and it was urgent task to be done. |
Topic: sending a message to MQ using JMS API |
dvishu78
Replies: 8 Views: 5557
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 10, 2006 4:39 am Subject: sending a message to MQ using JMS API |
Hi saper,
thanks for your reply, i have created MQQCF and MQQueueDestination in WAS with appropriate attributs of Actual MQ manager and queue, but iam getting errors
WMSG0307E: Unable to connect ... |
Topic: sending a message to MQ using JMS API |
dvishu78
Replies: 8 Views: 5557
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 09, 2006 8:09 pm Subject: sending a message to MQ using JMS API |
Hi Saper,
thanks for your reply but the options u told were not under QCF of default messaging under JMs providers in WAS6.0 but i see that options in MQQCF under websphere MQ in JMS providers should ... |
Topic: sending a message to MQ using JMS API |
dvishu78
Replies: 8 Views: 5557
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 09, 2006 7:12 pm Subject: sending a message to MQ using JMS API |
hi Vennela,
thanks for your reply,I tried to create QueueConnectionFacatory and Queue's in JMS using WAS App server,But i dont find any attributes for refering this queue to Actual MQ manager and ... |
Topic: sending a message to MQ using JMS API |
dvishu78
Replies: 8 Views: 5557
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 09, 2006 5:49 am Subject: sending a message to MQ using JMS API |
Hi all,
we have requirement to send messages from our webapplication to MQ queue using JMS API, iam not ware of JMS
Can you please explain how to commmunicate to MQ either we should create local q ... |