Este conteúdo não está disponível no idioma selecionado.
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
adminStatustodeleted. For example:qdmanage update --type=connection --id=1 adminStatus=deleted
$ qdmanage update --type=connection --id=1 adminStatus=deletedCopy to Clipboard Copied! Toggle word wrap Toggle overflow In addition, the
allowAdminStatusUpdatevhost policy user group setting has been added. You can set this attribute tofalseto prevent users from closing connections.