What is Service Provider ?
Answer / neha
A messaging system which implements the JMS interfaces.There are numerous service providers are available today.Examples are open JMS , JBoss Messaging . In the coming sections we will be looking into JMS examples . There ,we will be using OpenJMS as the service provider.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by jms?
For JMS-enabled application, what are the core JMS-related objects required?
Does kafka support jms?
What happens when jms queue is full?
What is Point-to-Point Approach?
Mention the difference between durable and non-durable subscription?
How to create an ejb session in order to start a jms connection?
Does JMS specification define transactions?
What is the publish-and-subscribe model in jms?
Can two jms servers share the same persistent store?
What is the functionality of jms message consumers?
Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?