Author |
Message |
Topic: Help on to convert JMS destination to String |
mqmaniac
Replies: 1 Views: 2897
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 11, 2008 1:46 pm Subject: Help on to convert JMS destination to String |
Hello All,..
Can you someone help me out to convert the following to String in java.
we are attempting to do something i am not sure of but this will help.
msg.getJMSReplyTo(),..I need to con ... |
Topic: MDB JMS Destination Issue |
mqmaniac
Replies: 2 Views: 2795
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 07, 2008 8:18 am Subject: MDB JMS Destination Issue |
I tried the follwoing and it failed,..
queue = (Queue) msg.getJMSReplyTo();
Can anyone help!!!!! |
Topic: MDB JMS Destination Issue |
mqmaniac
Replies: 2 Views: 2795
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 07, 2008 7:39 am Subject: MDB JMS Destination Issue |
Hello Guru's,..
I am trying to do the following and confused a bit!!
1.Pickup a MQ Message from a Queue inside an MDB.
2.I need to read the MQMD.ReplytoQueue (which i did using the msg.getJMS ... |
Topic: Modify MQMD.UserIdentifier using JMS(MDB) |
mqmaniac
Replies: 6 Views: 5003
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 18, 2008 4:26 am Subject: Modify MQMD.UserIdentifier using JMS(MDB) |
Thanks for the Reply Jedi,...
We were able to resolve the issue.
we followed using the JMS Header to include an extra field inside the usr folder instead of manipulating MQMD.
Thanks Again!! |
Topic: Modify MQMD.UserIdentifier using JMS(MDB) |
mqmaniac
Replies: 6 Views: 5003
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 16, 2008 5:28 am Subject: Modify MQMD.UserIdentifier using JMS(MDB) |
I have tried the QueueConnection connection = factory.createQueueConnection(username, password);
But ,It did not chnage the MQMD.UserIdentifier in the MQMD when i sent the message to the queue,...
... |
Topic: Modify MQMD.UserIdentifier using JMS(MDB) |
mqmaniac
Replies: 6 Views: 5003
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 15, 2008 12:45 pm Subject: Modify MQMD.UserIdentifier using JMS(MDB) |
How do we modify the MQMD.UserIdentifier in a JMS message when i send it to queue in an MDB.
Not sure if JMS has any methods to do this??
Is this possible?
Does MDB have any JMS Methods Li ... |
Topic: Don't know how to set targetClient property |
mqmaniac
Replies: 3 Views: 4298
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 10, 2008 4:39 pm Subject: Don't know how to set targetClient property |
From the Websphere Admin Console
Websphere MQ Resources -->Webspehere Queue Destinations -->Sample Queue --> Target Client --> "Drop Down Box: Select MQ" |
Topic: Don't know how to set targetClient property |
mqmaniac
Replies: 3 Views: 4298
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 10, 2008 12:32 pm Subject: Don't know how to set targetClient property |
The target cline didnt work for me,..
I set on the Queue property |
Topic: JMS Header to MQMD Mapping |
mqmaniac
Replies: 2 Views: 3683
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 10, 2008 12:20 pm Subject: JMS Header to MQMD Mapping |
Pls help on the following question!!
I am sending JMS Message to Non JMS Application.
Queue myreplytoq = qss.createQueue ("queue://DAES1/REPLYTOQ");
Outmsg.setJMSReplyTo(myreplytoq ... |
Topic: JMS question |
mqmaniac
Replies: 6 Views: 6493
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 09, 2008 7:30 am Subject: JMS question |
Thanks for the reply sridhsri!
I am confused on One thing tho...
you mentioned that the SetpropertySetReplyto can be used against MQRFH2 Header Only,..
What Shd i do If I want the MQMD prope ... |
Topic: JMS question |
mqmaniac
Replies: 6 Views: 6493
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 09, 2008 5:51 am Subject: JMS question |
I am using the Following code snippet
static String QUEUE_NAME =null;
static String QUEUE_MANAGER=null;
QUEUE="SENDER";
QMGR="SENDER_QUEUEMANAGER";
msg.setJMSRe ... |
Topic: MQMD Usage in MDB |
mqmaniac
Replies: 5 Views: 4371
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 07, 2008 9:38 am Subject: MQMD Usage in MDB |
Thanks Again for the reply,..
1.Now using the JMS Mesthods inside OnMessage ( msg),...
a.)Does the MDB Map On Its OWN the MQMD to JMS Header Once the message is Read from the Queue ?
b.) The ... |
Topic: MQMD Usage in MDB |
mqmaniac
Replies: 5 Views: 4371
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 07, 2008 7:37 am Subject: MQMD Usage in MDB |
Thanks for the reply,..
Can I conclude the following...
1.We cannot modify/use MQMD in an MDB ?
2.If we are to program an MDB ,..we should always use JMS Messaging ?
and if thats the ca ... |
Topic: 2033 error-though there are messages(commited) in the queue |
mqmaniac
Replies: 14 Views: 19312
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 07, 2008 7:19 am Subject: 2033 error-though there are messages(commited) in the queue |
Looks Lik a message Expiry propblem..
Can you check if the Message Expiry is SET ?
we had this but resolved when we set the expiry to "-1" |
Topic: MQMD Usage in MDB |
mqmaniac
Replies: 5 Views: 4371
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 07, 2008 7:17 am Subject: MQMD Usage in MDB |
Hi Everyone,..I am writing my first MDB program to Modify MQMD inside
Can you pls help me understand the follwoing.
1.How to Read MQMD Inside MDB {Inside the OnMessage Method}.
2.Can we Set ... |