brooklyn.entity.messaging.activemq.ActiveMQQueue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-messaging Show documentation
Show all versions of brooklyn-software-messaging Show documentation
Brooklyn entities for messaging software processes
package brooklyn.entity.messaging.activemq;
import brooklyn.entity.messaging.Queue;
import brooklyn.entity.proxying.ImplementedBy;
@ImplementedBy(ActiveMQQueueImpl.class)
public interface ActiveMQQueue extends ActiveMQDestination, Queue {
}