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

What is the advantage of persistent message delivery compared to nonpersistent delivery?

0 Answers  


Give an example of using the point-to-point model

1 Answers  


How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?

0 Answers  


What do you mean by Synchronous and Asynchronous type of messaging?

0 Answers  


What are the advantages of JMS?

1 Answers  






Is rabbitmq a jms?

0 Answers  


Explain about publish model?

0 Answers  


What are the main component in JMS?

1 Answers  


Wat is jms client?

0 Answers  


What is jndi? How is it related to jms?

0 Answers  


How does jms listener work?

0 Answers  


How do I handle request/response using jms?

0 Answers  


Categories