Version 2

    A JMS Destination is an administered object that encapsulates a provider-specific destination address. The JMS client looks up a Destination instance in JNDI, where it should be bound in advance by the JMS provider or by related administrative tools.

     

    The JMS Facade implementation of Destination classes are

    org.jboss.jms.destination.JBossDestination

    ,

    org.jboss.jms.destination.JBossTopic

    and

    org.jboss.jms.destination.JBossQueue

    .

     

    The complete set of JMS interfaces that must be implemented at this level are:

     

    • javax.jms.Destination
    • javax.jms.Queue
    • javax.jms.Topic
    • javax.jms.TemporaryQueue
    • javax.jms.TemporaryTopic

     

    Back to JMS Facade