Chapter 1. Features

  • ENTMQIC-2149 - Management control for closing an endpoint connection

    AMQ Interconnect 1.4 has been enhanced to allow a remote management controller to close a router’s connection to an endpoint. This enables a user to resolve slow or stuck consumer issues in which the consumer is processing too slowly or has stopped processing messages without settling their deliveries.

    To close a connection to an endpoint, set the connection’s adminStatus to deleted. For example:

    $ qdmanage update --type=connection --id=1 adminStatus=deleted

    In addition, the allowAdminStatusUpdate vhost policy user group setting has been added. You can set this attribute to false to prevent users from closing connections.