How do you bind a queue to a context for subsequent applications to look up? If queues are created in the context of a session, how can they be used by another session?
Location: http://www.jguru.com/faq/view.jsp?EID=86692 Created: Jun 26, 2000 Modified: 2000-06-26 06:44:52.628 Author: Andreas Mueller (http://www.jguru.com/guru/viewbio.jsp?EID=23179) Question originally posed by Kim Limbrick (http://www.jguru.com/guru/viewbio.jsp?EID=44668 A client cannot create a queue, except temporary queues. If your question refers to the createQueue() method of a QueueSession, the JMS 1.0.2 specification states, that this method is not to create the physical queue instance but only the destination object, which is the address of the queue. Creating physical queues is an administration task not to be performed by a client. This is well separated in JMS.
Related Questions
- How do you bind a queue to a context for subsequent applications to look up? If queues are created in the context of a session, how can they be used by another session?
- What option can be specified as an argument to the jdk to increase the thread heap size used by the JDK in the context of the webserver?
- Can Cat 5E cabling be used in Gigabit Ethernet Applications?