mirror of https://github.com/apache/activemq.git
added missing xbean-spring annotations to allow nicer XML configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
457093c386
commit
b3d89a755b
|
@ -22,6 +22,8 @@ import org.apache.activemq.broker.BrokerPlugin;
|
||||||
* A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which
|
* A <a href="http://www.graphviz.org/">DOT</a> file creator plugin which
|
||||||
* creates a DOT file showing the current connections
|
* creates a DOT file showing the current connections
|
||||||
*
|
*
|
||||||
|
* @org.apache.xbean.XBean
|
||||||
|
*
|
||||||
* @version $Revision: $
|
* @version $Revision: $
|
||||||
*/
|
*/
|
||||||
public class ConnectionDotFilePlugin implements BrokerPlugin {
|
public class ConnectionDotFilePlugin implements BrokerPlugin {
|
||||||
|
|
|
@ -22,6 +22,8 @@ import org.apache.activemq.broker.BrokerPlugin;
|
||||||
* A <a href="http://www.graphviz.org/">DOT</a>
|
* A <a href="http://www.graphviz.org/">DOT</a>
|
||||||
* file creator plugin which creates a DOT file showing the current topic & queue hierarchies.
|
* file creator plugin which creates a DOT file showing the current topic & queue hierarchies.
|
||||||
*
|
*
|
||||||
|
* @org.apache.xbean.XBean
|
||||||
|
*
|
||||||
* @version $Revision: $
|
* @version $Revision: $
|
||||||
*/
|
*/
|
||||||
public class DestinationDotFilePlugin implements BrokerPlugin {
|
public class DestinationDotFilePlugin implements BrokerPlugin {
|
||||||
|
|
Loading…
Reference in New Issue