InterviewSolution
Saved Bookmarks
| 1. |
How You Can Deliver A Java Message To A Non-java Client? |
|
Answer» First of all, after RECEIVING the message from Topic or QUEUE, the message has to be converted into a non-java client ACCORDING to their specification. The message once converted to non-java client, it can be delivered. First of all, after receiving the message from Topic or Queue, the message has to be converted into a non-java client according to their specification. The message once converted to non-java client, it can be delivered. |
|