Uses of Interface
org.apache.commons.jelly.tags.jms.ConnectionContext

Uses of ConnectionContext in org.apache.commons.jelly.tags.jms
 

Classes in org.apache.commons.jelly.tags.jms that implement ConnectionContext
 class ConnectionTag
          Defines a JMS connection for use by other JMS tags.
 class MessageOperationTag
          An abstract base class for JMS Message operation tags such as send, receive or call.
 class ReceiveTag
          Receives a JMS message.
 class SendTag
          Sends a JMS message to some destination.
 class StopwatchTag
          This tag can be used to measure the amount of time it takes to process JMS messages.
 class SubscribeTag
          Performs a subscription to some JMS connection to a destination maybe with a selector.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.