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 » WebSphere Message Broker (ACE) Support » NEONMSG domain for an OutputRoot

Post new topic  Reply to topic
 NEONMSG domain for an OutputRoot « View previous topic :: View next topic » 
Author Message
Galichet
PostPosted: Mon Oct 08, 2001 4:40 am    Post subject: Reply with quote

Acolyte

Joined: 26 Jun 2001
Posts: 69
Location: Paris - France

Hi all,

Is it possible to define in a compute node an output format which is in the NEONMSG Domain knowing that the input format is in the MRM Domain ?
(To avoid to do all the transformation work in the Neon Formatter)

Thanks you for you help

_________________
Eric Galichet
SMABTP
France
Back to top
View user's profile Send private message Send e-mail
mapa
PostPosted: Tue Oct 09, 2001 12:49 am    Post subject: Reply with quote

Master

Joined: 09 Aug 2001
Posts: 257
Location: Malmö, Sweden

Hi,

You can do the conversion in a compute node from any inbound format that MQSI can parse(including BLOB).

SET OutputRoot.NEONMSG."ProjectX.OC.MsgX.1.0"."ProjectX.OF.MsgHead.1.0"."SenderId" = InputBody."Message"."MessageHead"."SenderId";

If you are using MRM as input and NEONMSG as output you would most likely benefit from adding the NEON format into the MRM. By doing this you can drag and drop to create mappings in the compute node.
(The NEON format should not be deployed to the broker though.)

The Domain should be NEONMSG
SET OutputRoot.Properties.MessageDomain = 'NEONMSG';
The messagetype should be your outbound message format in NEON Formatter.
SET OutputRoot.Properties.MessageType = 'ProjectX.OC.MsgX.1.0';
This can of course be done in a ResetContentDescriptor node if you prefer that.

Doing conversion this way instead of using the NEON formatter works just fine for me.
(You still have to define the format in NEON though.)

Best regards Magnus Palmér
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » NEONMSG domain for an OutputRoot
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.