> Do message group IDs expire?
No. They do not expire. However, you can deal with this is several ways:
1) You can "close" the group from the producer [1].
2) You can use group "buckets" [2] to limit memory consumption.
3) You can administratively reset the groups using the resetAllGroups()
Hello Team,
a java client using the Artemis 2.30. CORE libs called echosender is
receiving rather big (10MB) messages and simply echoing the body back
to the jmsReplyTo destination. It is otherwise completely stateless and
handles only one message at a time.
A requester sends serialized reques