Class PostOfficeImpl

java.lang.Object
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl
All Implemented Interfaces:
BindingsFactory, PostOffice, ActiveMQComponent, NotificationListener

public class PostOfficeImpl extends Object implements PostOffice, NotificationListener, BindingsFactory
This is the class that will make the routing to Queues and decide which consumer will get the messages It's the queue component on distributing the messages * *