This topic describes the resume command in gfsh, the VMware Tanzu GemFire command-line interface.

Use this command to modify an existing Tanzu GemFire resource.

resume async-event-queue-dispatcher

Resume dispatching of events on a specified asynchronous event queue which is currently in a paused state.

Availability: Online. You must be connected in gfsh to a JMX Manager member to use this command.

Syntax:

resume async-event-queue-dispatcher --id=value [--groups=value(,value)*]
[--members=value(,value)*]

Name Description
‑‑id Required. ID of the Asynchronous Event Queue.
‑‑groups Groups of members on which to resume event dispatching for this queue.
‑‑members Name or ID of the members on which to resume event dispatching for this queue.

Example Commands:

resume async-event-queue-dispatcher --id=AEQ1 --groups=Group1

resume gateway-sender

Resume a gateway sender which is currently in a paused sate.

Availability: Online. You must be connected in gfsh to a JMX Manager member to use this command.

Syntax:

resume gateway-sender --id=value [--groups=value(,value)*] 
[--members=value(,value)*]

Name Description
‑‑id Required. ID of the Gateway Sender.
‑‑groups Groups of members on which to resume the Gateway Sender.
‑‑members Name/Id of the members on which to resume the Gateway Sender.

Example Commands:

resume gateway-sender --id=sender1-LN --groups=LN-Group1
check-circle-line exclamation-circle-line close-line
Scroll to top icon