Package com.caucho.jms.queue

Examples of com.caucho.jms.queue.AbstractDestination


   
    if (! (destination instanceof AbstractDestination))
      throw new InvalidDestinationException(L.l("'{0}' is an unknown destination.  The destination must be a Resin JMS destination for Session.createProducer.",
            destination));

    AbstractDestination dest = (AbstractDestination) destination;

    return new MessageProducerImpl(this, dest);
  }
View Full Code Here

TOP

Related Classes of com.caucho.jms.queue.AbstractDestination

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.