A variable arity method allows the number of arguments in a method call to be varied. Invocations of this method…
June 21st, 2010
What are the characteristics of a message-driven bean?
No Comments, SCBCD, by Daisy Williams.Following are the characteristics of a message-driven bean: It executes upon receipt of a single client message. It is invoked…
June 19th, 2010
How to set modes?
No Comments, Uncategorized, by Daisy Williams.The createSession() method is used to create a session object. If non-transacted sessions are used then the acknowledgement depends on…
June 18th, 2010
How to specify the delivery mode of a message?
No Comments, Uncategorized, by Daisy Williams.The delivery mode of a message depicts whether the messages are lost if the JMS provider fails. The delivery mode…