[
https://issues.apache.org/jira/browse/APLO-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hiram Chirino updated APLO-81:
------------------------------
Component/s: apollo-web
apollo-dto
apollo-broker
Description:
Update the consumer and producer elements in the topics and queues to also
include messaging information to track how active that producer/consumer has
been on the destination.
Example:
"producers": [{
"kind": "connection",
"id": "14",
"label": "/127.0.0.1:61599",
"enqueue_item_counter": 3631129,
"enqueue_size_counter": 4001802289,
"enqueue_ts": 1333956787
},
"consumers": [{
"kind": "connection",
"id": "16",
"label": "/127.0.0.1:61601",
"enqueue_item_counter": 2113773,
"enqueue_size_counter": 2329366034,
"enqueue_ts": 1333956787
},
> Include message counters on the producer/consumer links on the destination
> stats in the REST API.
> -------------------------------------------------------------------------------------------------
>
> Key: APLO-81
> URL: https://issues.apache.org/jira/browse/APLO-81
> Project: ActiveMQ Apollo
> Issue Type: New Feature
> Components: apollo-broker, apollo-dto, apollo-web
> Reporter: Hiram Chirino
> Assignee: Hiram Chirino
> Fix For: 1.0-beta5
>
>
> Update the consumer and producer elements in the topics and queues to also
> include messaging information to track how active that producer/consumer has
> been on the destination.
> Example:
> "producers": [{
> "kind": "connection",
> "id": "14",
> "label": "/127.0.0.1:61599",
> "enqueue_item_counter": 3631129,
> "enqueue_size_counter": 4001802289,
> "enqueue_ts": 1333956787
> },
> "consumers": [{
> "kind": "connection",
> "id": "16",
> "label": "/127.0.0.1:61601",
> "enqueue_item_counter": 2113773,
> "enqueue_size_counter": 2329366034,
> "enqueue_ts": 1333956787
> },
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira