Can I Use XML to transform more than 10 mb of data?
Trasnsfom inbetween two module/methods etc.
If not how can I do.
Answer Posted / 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 |
Post New Answer View All Answers
What is a topic string?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
What is the difference between jms and mq?
How kafka is different from jms?
What is the difference between JMS and RPC (Remote Procedure Call)?
Can two jms servers share the same persistent store?
What is a jms connection?
What is the difference between an sms and text message?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
Which models are supported by jms? Please, explain them.
What is a map message?
What is a durable queue?
What are jms channels?
Explain about the exception handling mechanism of JMS?