ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 40 matches
Author Message
  Topic: MessageId Problem -- Urgent
Praveen

Replies: 4
Views: 3398

PostForum: General IBM MQ Support   Posted: Wed Dec 10, 2003 3:53 am   Subject: MessageId Problem -- Urgent
You can get your message by matching the messageId, following piece of code may help you..


MQMessage outMessage = new MQMessage();

outMessage.messageId = inMessage.messageId;

MQGe ...
  Topic: Info required for MQ Test-297
Praveen

Replies: 1
Views: 1798

PostForum: General IBM MQ Support   Posted: Tue Dec 02, 2003 1:45 am   Subject: Info required for MQ Test-297
Hi All,
I want to take the MQ Test-297(Solution Developer), can anybody please provide me the info about some educational resources.

Thanks in advance,
  Topic: error code 2009
Praveen

Replies: 3
Views: 3243

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon May 26, 2003 1:17 am   Subject: error code 2009
Hi All,
I am getting the error code 2009 when trying to connect to a queue manager. when I am trying to open the connection I am using the options as MQC.MQOO_OUTPUT | MQC.MQOO_FAIL_IF_QUIES ...
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Sun Feb 23, 2003 10:59 pm   Subject: How to get the messages with the proper MessageId
Venny,
Just wanted to know, whatever I am doing i,e matching the messageId's and retrieving the messages, it should work fine for concurrent users right?. Please let me know about this.
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 17, 2003 5:12 am   Subject: How to get the messages with the proper MessageId
Venny,
Thank you very much for the code.
In the multiple user session enviroment this code should work fine right?, I mean if one user sends a request to server then ...
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Fri Feb 14, 2003 4:20 am   Subject: How to get the messages with the proper MessageId
Brandon/Venny,
Can you please send me the code, I mean to how to set the msgId while putting and getting the messages?
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Thu Feb 13, 2003 11:38 am   Subject: How to get the messages with the proper MessageId
Brandon,
Can you please send me a piece of code how to do that. Sorry for the trouble.
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Thu Feb 13, 2003 6:27 am   Subject: How to get the messages with the proper MessageId
Brandon,
So now my code should look like this
Before putting the message


inMsg.messageId = MQC.MQCI_NONE;

While getting it
...
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Feb 12, 2003 12:56 pm   Subject: How to get the messages with the proper MessageId
Brandon,
This is how I have to do right?, please correct me if I am wrong.




MQMessage inMsg = new MQMessage();

inMsg.messageId = MQC.MQCI_NONE;
inMsg.correlationId ...
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Feb 12, 2003 10:20 am   Subject: How to get the messages with the proper MessageId
Venny,

Other application sends back the message with messageID the same as the messagesID for the message they receive from our application. For CorrelationID, they set it to NONE when send back ...
  Topic: How to get the messages with the proper MessageId
Praveen

Replies: 15
Views: 21664

PostForum: IBM MQ Installation/Configuration Support   Posted: Wed Feb 12, 2003 2:39 am   Subject: How to get the messages with the proper MessageId
Hi All,
While putting the messages I am setting the messageId as inMsg.messageId = MQC.MQCI_NONE, now I want to get the response by checking the particular messageId, how should I ...
  Topic: Problem with CorrelationId
Praveen

Replies: 1
Views: 2695

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Feb 11, 2003 10:59 am   Subject: Problem with CorrelationId
Hi All
Following is my code.



import com.ibm.mq.*;

public class SendAndRecieve{

private String qManager ="QM";

private MQQueueManager qMgr;

// MQMD md;
...
  Topic: Developing MQSeries on WSAD(Websphere Application Developer)
Praveen

Replies: 1
Views: 2021

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Feb 10, 2003 4:37 am   Subject: Developing MQSeries on WSAD(Websphere Application Developer)
Hi All,
I am developing MQ Series programs on WSAD (Websphere Application Developer), Can anybody tell, what all configuration I need to do on WSAD. If there are any sites, please send me t ...
  Topic: Problem with MQPMO_SET_IDENTITY_CONTEXT
Praveen

Replies: 9
Views: 12998

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Jan 14, 2003 10:57 pm   Subject: Problem with MQPMO_SET_IDENTITY_CONTEXT
Venny,
The time out set is proper, because that is the time within which I need to receive the messages back from the other application. And even my earlier C++ program is using the same Idco ...
  Topic: Problem with MQPMO_SET_IDENTITY_CONTEXT
Praveen

Replies: 9
Views: 12998

PostForum: IBM MQ Installation/Configuration Support   Posted: Tue Jan 14, 2003 6:58 am   Subject: Problem with MQPMO_SET_IDENTITY_CONTEXT
Hi,
This is my get program,

MQQueueManager replyQM = new MQQueueManager(qManager);
int replyOpenOptions = MQC.MQOO_INPUT_AS_Q_DEF | MQC.MQOO_INQUIRE;
MQQueue replyQue ...
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.