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 » Best way to parse bitstream to MRM?

Post new topic  Reply to topic
 Best way to parse bitstream to MRM? « View previous topic :: View next topic » 
Author Message
farubino
PostPosted: Fri May 08, 2009 9:19 am    Post subject: Best way to parse bitstream to MRM? Reply with quote

Novice

Joined: 17 Mar 2009
Posts: 13

Hello,
I have

Code:


      DECLARE parseOptions INTEGER BITOR(FolderBitStream, ValidateNone);
      
      DECLARE bodyRef REFERENCE TO OutputRoot.MRM.io:body;      
      DECLARE bitStream REFERENCE TO Environment.binary;
      
      CREATE LASTCHILD OF bodyRef
      PARSE ( bitStream
      OPTIONS parseOptions
      SET 'MySet'
      TYPE 'MyType'
      FORMAT 'XML1');


Is this the best way to parse a binary ? because after The parse istruction the memory grows up (800mb) if the bitStream is very big (more than 40mb).
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Fri May 08, 2009 9:35 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

No its not.... did you search before posting?

Just a few threads below yours is.....

http://www.mqseries.net/phpBB2/viewtopic.php?t=48981 which explains the concepts to you....
Back to top
View user's profile Send private message
farubino
PostPosted: Fri May 08, 2009 9:46 am    Post subject: Reply with quote

Novice

Joined: 17 Mar 2009
Posts: 13

But in that thread there isn't mentioned about parsing a blob.
Back to top
View user's profile Send private message
WMBDEV1
PostPosted: Fri May 08, 2009 9:55 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Now that ive reread the thread I remember that you have posted in there already an I believe you are working with the original poster (please feel free to correct me if i'm wrong).

From your postings I know you already have the document which details how to do this and my closing comments in the other thread apply here also....

Follow the document or wait for someone else to offer more assistance but please dont keep opening new threads for the same issue but in a slightly different guise.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Best way to parse bitstream to MRM?
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.