Skip to content

Commit efbe2cd

Browse files
committed
Update docs to show correct prefix for connection-name-prefix
Currently docs display the correct prefix as spring.cloud.stream.binder where it should be spring.cloud.stream.rabbit.binder
1 parent 93478a8 commit efbe2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The compression level for compressed bindings.
2929
See `java.util.zip.Deflater`.
3030
+
3131
Default: `1` (BEST_LEVEL).
32-
spring.cloud.stream.binder.connection-name-prefix::
32+
spring.cloud.stream.rabbit.binder.connection-name-prefix::
3333
A connection name prefix used to name the connection(s) created by this binder.
3434
The name is this prefix followed by `#n`, where `n` increments each time a new connection is opened.
3535
+

0 commit comments

Comments
 (0)