org.apache.qpid.server.logging.subjects
Class BindingLogSubject
java.lang.Object
org.apache.qpid.server.logging.subjects.AbstractLogSubject
org.apache.qpid.server.logging.subjects.BindingLogSubject
- All Implemented Interfaces:
- LogSubject
public class BindingLogSubject
- extends AbstractLogSubject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingLogSubject
public BindingLogSubject(String routingKey,
Exchange exchange,
AMQQueue queue)
- Create a BindingLogSubject that Logs in the following format.
[ vh(/)/ex(amq.direct)/qu(testQueue)/bd(testQueue) ]
- Parameters:
routingKey
- exchange
- queue
-
Licensed to the Apache Software Foundation