answersLogoWhite

0

To create topics that are active only for duration of a connection

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where can one find JMS tutorials?

JMS stands for Java Message Service. Tutorials on JMS are available from websites such as AcademicTutorials, and the tutorial sections of both Oracle and IBM.


Who sells jms clothing?

Walmart


Who is Khalil Smith?

JMS's partner in crime


What is the purpose of a motel?

Temporary lodging.


What is the ticker symbol for Jackson middle school?

JMS


What is the purpose of a ram chips?

it's main purpose is to work with the temporary memory.


What is the purpose of an agenda in a meeting?

an agenda is a list of topics to be discussed in a business meeting. the purpose is to follow the topics need to be discussed so that no one gets off topic.


What are the types of data passing mechanisms under JMS specification?

The type of data passing mechanisms under JMS specification is a CD- Rom drive. You can read all the data that is on the CD with a laser.


What does the icon for pending message mean on your out going tests?

A message present on a JMS destination can be either current or pending. A current message is available for immediate consumption by consumers, whereas a pending message is unavailable. The pending message is referred to as an unavailable message. In weblogic 9.2 to you have costomize the tabel in monitoring tab of any JMS queue to see the pending or current messages. If A message sent by a JMS producer Within a JTA transaction or transacted JMS session: It remains pending until the transaction is committed or rolled back. If the transaction is committed, the message becomes available, and if the transaction is rolled back, the message is removed from the destination. If A message sent by a JMS produce With a specified TimeToDeliver property: It remains pending until the TimeToDeliver period expires. This is expected because the purpose of the TimeToDeliver property is to keep the message unavailable to consumers until the specified time period. Thanks and Regards Prashant thakre thakre_iit@yahoo.com


What is the purpose of the temporary valve in the plumbing system?

The purpose of the temporary valve in the plumbing system is to control the flow of water or other fluids in a specific section of the system for maintenance or repair purposes.


The purpose of a Dewey decimal brainstorm is to?

Generate topics using possible sources


How do you specify a delivery mode for a JMS message?

Use the Message.setDeliveryMode() method. Regards, Vikram