Can I Use XML to transform more than 10 mb of data?
Trasnsfom inbetween two module/methods etc.
If not how can I do.

Answers were Sorted based on User's Feedback



Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If..

Answer / guest

Yes, Use a custom parser to first write the XML document
using FILE I/O. DO not USE DOM in any event. Once document
is ready use the SAX parser to read it.

Is This Answer Correct ?    3 Yes 1 No

Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If..

Answer / ashish

MQ-Series or WebSphere MQ can only handle maximum message
size of 2Mb. So to transfer message larger then 2Mb you need
to break the message into smaller chunk with added message
sequence number and re-arrange/parse them.

Is This Answer Correct ?    1 Yes 0 No

Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If..

Answer / manisha

You can use the new features of JAXB to bind and then
marshall the data to XML , This is much better than using
DOM as it is more efficient

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JMS Interview Questions

Explain about the exception handling mechanism of JMS?

0 Answers  


In which situations we are using jms?

0 Answers  


Can you use a foreign jms provider to drive an mdb transactionally?

0 Answers  


How to send xml message to jms queue using java?

0 Answers  


Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?

1 Answers  


What is Publish/Subscribe Messaging in JMS ?

1 Answers  


What type of messaging is provided by JMS?

0 Answers  


Explain the process of Configuring Queues in Jms?

0 Answers   Tech Mahindra,


Is ibm mq jms compliant?

0 Answers  


How the jms is different from rpc?

0 Answers  


What is the difference between queue and topic ?

1 Answers  


When to Remove messages from the queue ?

1 Answers  


Categories