blob: 8f4d72e446f137da7d1a3be22fce1a8c5f9cb876 [file] [log] [blame]
---
title: resume
---
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<a id="topic_resume_command"></a>
Modify an existing <%=vars.product_name%> resource.
- **[resume async-event-queue-dispatcher](#topic_resume_async_event_queue_dispatcher)**
Resume dispatching of events from the queue to the listener(s) for a specified asynchronous event queue which is currently in a paused state.
- **[resume gateway-sender](#topic_resume_gateway_sender)**
Resume specified gateway sender that is currently in a paused state.
## <a id="topic_resume_async_event_queue_dispatcher" class="no-quick-link"></a>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:**
``` pre
resume async-event-queue-dispatcher --id=value [--groups=value(,value)*]
[--members=value(,value)*]
```
<a id="concept_resume_async_event_queue_dispatcher__table_rwp_vbg_2w"></a>
| Name | Description |
|------------------------------------------------|--------------------------------------------------------------|
| <span class="keyword parmname">\\-\\-id</span> | *Required.* ID of the Asynchronous Event Queue. |
| <span class="keyword parmname">\\-\\-groups</span> | Group(s) of members on which to resume event dispatching for this queue. |
| <span class="keyword parmname">\\-\\-members</span> | Name/Id of the member(s) on which to resume event dispatching for this queue. |
**Example Commands:**
``` pre
resume async-event-queue-dispatcher --id=AEQ1 --groups=Group1
```
## <a id="topic_resume_gateway_sender" class="no-quick-link"></a>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:**
``` pre
resume gateway-sender --id=value [--groups=value(,value)*]
[--members=value(,value)*]
```
<a id="concept_8B0532D13CF34E0CB04ACC3F14F1E4A2__table_rwp_vbg_2w"></a>
| Name | Description |
|------------------------------------------------|--------------------------------------------------------------|
| <span class="keyword parmname">\\-\\-id</span> | *Required.* ID of the Gateway Sender. |
| <span class="keyword parmname">\\-\\-groups</span> | Group(s) of members on which to resume the Gateway Sender. |
| <span class="keyword parmname">\\-\\-members</span> | Name/Id of the member(s) on which to resume the Gateway Sender. |
**Example Commands:**
``` pre
resume gateway-sender --id=sender1-LN --groups=LN-Group1
```