Skip to content

Commit

Permalink
Remove mentions of msg_store_index_module
Browse files Browse the repository at this point in the history
This setting was removed in 4.0:
rabbitmq/rabbitmq-server@754d605
  • Loading branch information
mkuratczyk committed Jan 14, 2025
1 parent fbc7e0d commit e963898
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -1389,22 +1389,6 @@ under the `rabbit` section.
</tr>
</thead>

<tr>
<td>`msg_store_index_module`</td>
<td>
Implementation module for queue indexing. You are
advised to read the [message store tuning](./persistence-conf)
documentation before changing this.
<p>
Default: `rabbit_msg_store_ets_index`
```erlang
{rabbit, [
{msg_store_index_module, rabbit_msg_store_ets_index}
]}
```
</p>
</td>
</tr>
<tr>
<td>`backing_queue_module`</td>
<td>
Expand Down
16 changes: 0 additions & 16 deletions versioned_docs/version-4.0/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -1389,22 +1389,6 @@ under the `rabbit` section.
</tr>
</thead>

<tr>
<td>`msg_store_index_module`</td>
<td>
Implementation module for queue indexing. You are
advised to read the [message store tuning](./persistence-conf)
documentation before changing this.
<p>
Default: `rabbit_msg_store_ets_index`
```erlang
{rabbit, [
{msg_store_index_module, rabbit_msg_store_ets_index}
]}
```
</p>
</td>
</tr>
<tr>
<td>`backing_queue_module`</td>
<td>
Expand Down

0 comments on commit e963898

Please sign in to comment.