What is decentralized MOM and centralizsd MOM? Give explanation
Latest Answer: Centralized MOM means centralized messaging. JMS uses centralized messaging, where every application/client talks to a centralized messaging broker, even for p2p communication. In Decentralized MOM, the clients communicate to each other directly. ...
Latest Answer: The Java object message before delivering to the non-java client has to be converted after receiving the message from Queue/Topic using the specification of non-java Client. ...
what is JMS and how JMS was designed? What is JVT? What is the use of JVT? How to implement the JVT? (java value type)
Latest Answer: HI, JMS is an JAVA API for writting applications to communicate with Message Queue or Topics. For sending and receiving messages across application servers JMS applications are used.JVT is a frame work for designing your application.Its ...
what is message object? when to use queue and topic?
Latest Answer: When we have to use Queue and Topic?- If there are more than one listener server requesting for the same request in a runnable application, then we have to go for Topic
- If there is only one listener vendor for the Object, then we need to choose Queue. ...
Latest Answer: JavaMail API provides a platform independent and protocol independent framework to build Java technology based email client applications. The JavaMail API provides facilities for reading and sending email. The JavaMail API is implemented as a Java optional ...
The header of a message contains message identification and routing information. This includes , but is not limited to :JMSDestinationJMSDeliveryModeJMSMessageIDJMSTimeStampJMSExpirationJMSReplyTOJMSCorrelationIDJMSTypeJMSRedeliveredRegardsSecretcoder
Latest Answer: A message consists of two parts: 1. Data that is sent from one program to another 2. The message descriptor or message header The message descriptor identifies the message (message ID) and contains control information, also called ...
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?
Latest Answer: Nothing will happen to durable subscriber,hence publisher can add n number of messages,the fact is as soon as message is deployed in application server,the registered subscriber only able to listen the message,or else he will be continuing with ...
Latest Answer: Thanks for the valuable information .... ...
View page [1] 2 Next >>

Go Top