Branch: refs/heads/master
Home: https://github.com/jenkinsci/rabbitmq-consumer-plugin
Commit: 7cc41e3c287dddc126fbc9a61be6dee5569f5082
https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/7cc41e3c287dddc126fbc9a61be6dee5569f5082
Author: rinrinne <[email protected]>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
A src/main/java/org/jenkinsci/plugins/rabbitmqconsumer/RabbitMQConsumer.java
Log Message:
-----------
Add plugin class
This patch adds plugin class to provide API.
User can get plugin related status using the below url.
$JENKINS_URL/plugin/rabbitmq-consumre/api/xml
To get full status, you need to add "depth=1" parameter to this URL.
Expected status format is:
```xml
<rabbitMQConsumer>
<connected>true</connected>
<enabled>true</enabled>
<queue>
<appId>APPID</appId>
<consumed>true</consumed>
<name>QUEUENAME</name>
</queue>
<serviceUri>amqp://localhost</serviceUri>
<userName>USERNAME</userName>
</rabbitMQConsumer>
```
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.