Skip to content

Commit 345e861

Browse files
Add method name
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent ae24609 commit 345e861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/antora/modules/ROOT/pages/amqp/receiving-messages/idle-containers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following example shows how to do so in XML and in Java (for both a `SimpleM
2525
[source, java]
2626
----
2727
@Bean
28-
public SimpleMessageListenerContainer(ConnectionFactory connectionFactory) {
28+
public SimpleMessageListenerContainer smlc(ConnectionFactory connectionFactory) {
2929
SimpleMessageListenerContainer container = new SimpleMessageListenerContainer(connectionFactory);
3030
...
3131
container.setIdleEventInterval(60000L);

0 commit comments

Comments
 (0)