All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.messaging.qpid.QpidDestination Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.messaging.qpid;

import brooklyn.entity.messaging.amqp.AmqpExchange;
import brooklyn.entity.messaging.jms.JMSDestination;

public interface QpidDestination extends JMSDestination, AmqpExchange {
    
    public void create();
    
    /**
     * Return the AMQP name for the queue.
     */
    public String getQueueName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy