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
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 |
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 |
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 |
Are you aware of any major JMS products available in the market?
What is the use of TextMessage?
What is the use of jmstemplate in spring?
What is a topic string?
What are Administered Objects ?
What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
What is jms message broker?
What are the different elements present in JMS?
Mention different types of messages available in JMS API?
What is Byte 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 jms standard interface defines the methods to create the different types of messages?