Daniel Hutchison
2018-04-30 16:29:45 UTC
Hi,
I've recently upgraded to artemis 2.5 from an old version of activemq.
 I've been running in my test environment for about 2 weeks now, and I
notice that artemis is displaying about 22,000 addresses that look like
this:
Address:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ID:esbtst-51076-1516925608717-1:1413:18
Address size:Â Â Â Â Â Â Â Â Â Â Â 0Â Â Â
Binding names:Â
Message count:Â Â Â Â Â Â Â Â Â Â 0Â Â Â
Number of bytes per page: 10485760
Number of messages:Â Â Â Â Â 0Â Â Â
Number of pages:Â Â Â Â Â Â Â Â 0Â Â Â
Object
Name:Â Â Â Â Â Â Â Â Â Â Â Â org.apache.activemq.artemis:broker="0.0.0.0",component
=addresses,address="ID:esbtst-51076-1516925608717-1:1413:18"
Paging:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â false
Queue names:Â
Roles:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â amq,true,true,true,true,true,true,true
Roles as
json:Â Â Â Â Â Â Â Â Â Â [{"name":"amq","send":true,"consume":true,"createDurable
Queue":true,"deleteDurableQueue":true,"createNonDurableQueue":true,"del
eteNonDurableQueue":true,"manage":true,"browse":true,"createAddress":tr
ue,"deleteAddress":true}]
Routing types:Â Â Â Â Â Â Â Â Â Â MULTICAST
Routing types as json:Â Â ["MULTICAST"]
I'm curious as to what would cause these generic addresses to show up.
 Is it because some of my consumers,clients are not setting a client
id? Â I did notice similar ids show up in activemq under the "Active
Non-durable Topic Subscribers" list. Â Â Sometimes the list would get
long, but usually stayed in a maintainable state.
On artemis, the address entries just seem to grow and not clean up. Â
So, is there something that I need to configure on artemis to clean
these addresses up automatically? Â Or maybe, I have a misconfigured
client that needs to be tweaked so it doesn't generate so many
addresses? Â Â And if so, anyone have some pointers on how to track back
which connection is generating these addresses?
Thanks,
-daniel
I've recently upgraded to artemis 2.5 from an old version of activemq.
 I've been running in my test environment for about 2 weeks now, and I
notice that artemis is displaying about 22,000 addresses that look like
this:
Address:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ID:esbtst-51076-1516925608717-1:1413:18
Address size:Â Â Â Â Â Â Â Â Â Â Â 0Â Â Â
Binding names:Â
Message count:Â Â Â Â Â Â Â Â Â Â 0Â Â Â
Number of bytes per page: 10485760
Number of messages:Â Â Â Â Â 0Â Â Â
Number of pages:Â Â Â Â Â Â Â Â 0Â Â Â
Object
Name:Â Â Â Â Â Â Â Â Â Â Â Â org.apache.activemq.artemis:broker="0.0.0.0",component
=addresses,address="ID:esbtst-51076-1516925608717-1:1413:18"
Paging:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â false
Queue names:Â
Roles:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â amq,true,true,true,true,true,true,true
Roles as
json:Â Â Â Â Â Â Â Â Â Â [{"name":"amq","send":true,"consume":true,"createDurable
Queue":true,"deleteDurableQueue":true,"createNonDurableQueue":true,"del
eteNonDurableQueue":true,"manage":true,"browse":true,"createAddress":tr
ue,"deleteAddress":true}]
Routing types:Â Â Â Â Â Â Â Â Â Â MULTICAST
Routing types as json:Â Â ["MULTICAST"]
I'm curious as to what would cause these generic addresses to show up.
 Is it because some of my consumers,clients are not setting a client
id? Â I did notice similar ids show up in activemq under the "Active
Non-durable Topic Subscribers" list. Â Â Sometimes the list would get
long, but usually stayed in a maintainable state.
On artemis, the address entries just seem to grow and not clean up. Â
So, is there something that I need to configure on artemis to clean
these addresses up automatically? Â Or maybe, I have a misconfigured
client that needs to be tweaked so it doesn't generate so many
addresses? Â Â And if so, anyone have some pointers on how to track back
which connection is generating these addresses?
Thanks,
-daniel