Interface IQueueFactory
public interface IQueueFactory
Creates
Queue objects. QueueFactory is thread safe.-
Method Summary
-
Method Details
-
getQueue
Returns theQueueby name.The returned
Queueobject may not necessarily refer to an existing queue. Queues must be configured before they may be used. Attempting to use a non-existing queue name may result in errors at the point of use of theQueueobject and not when callinggetQueue(String).
-