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 » IBM MQ Telemetry / Low Latency Messaging / Everyplace » Retrieving MQe message from websphere MQ

Post new topic  Reply to topic
 Retrieving MQe message from websphere MQ « View previous topic :: View next topic » 
Author Message
UpkarSharma
PostPosted: Tue Mar 26, 2002 9:34 pm    Post subject: Reply with quote

Apprentice

Joined: 15 Aug 2001
Posts: 27
Location: Mumbai

Can anybody let me know how to retieve mqe message from websphere mq?

I have created the mqe message in this way ...

MQeMQMsgObject msg = new MQeMQMsgObject();
msg.putInt(MQe.Msg_Style, MQe.Msg_Style_Datagram);
msg.setPutApplicationName("Test Message");
String testmsg = "Hello World";
msg.setData(testmsg.getBytes());

which method of MQMessage should I use to retrieve this message. I am able to retrieve the content length but not the content.

Kindly advise.

TIA

Upkar Sharma
IBM Certified MQSeries Specialist


[ This Message was edited by: UpkarSharma on 2002-03-26 21:35 ]
Back to top
View user's profile Send private message Send e-mail MSN Messenger
shankerbabu
PostPosted: Mon Apr 22, 2002 3:28 pm    Post subject: Reply with quote

Novice

Joined: 21 Apr 2002
Posts: 12

Hi
U need a transformer which converts the MQeMessage object into MQMessage Object.
if u downloaded the MqeEveryplace there is simple examples is there in examples/mqbridge/transformer/BaseTransformer.java.

check that and give that class in the configuration between teh MQeGateway and MQSeries bridge .

u can then retive the content of the MQeMessage object as a byte message in MQSeries program.

Shanker
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Telemetry / Low Latency Messaging / Everyplace » Retrieving MQe message from websphere MQ
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.