Commit 00a56cdf authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.3.x'

parents 7722ba52 49fefdaf
...@@ -4099,6 +4099,7 @@ For instance, the following exposes another factory that uses a specific ...@@ -4099,6 +4099,7 @@ For instance, the following exposes another factory that uses a specific
Then you can use in any `@JmsListener`-annotated method as follows: Then you can use in any `@JmsListener`-annotated method as follows:
[source,java,indent=0] [source,java,indent=0]
[subs="verbatim,quotes"]
---- ----
@Component @Component
public class MyBean { public class MyBean {
...@@ -4241,6 +4242,7 @@ For instance, the following exposes another factory that uses a specific ...@@ -4241,6 +4242,7 @@ For instance, the following exposes another factory that uses a specific
Then you can use in any `@RabbitListener`-annotated method as follows: Then you can use in any `@RabbitListener`-annotated method as follows:
[source,java,indent=0] [source,java,indent=0]
[subs="verbatim,quotes"]
---- ----
@Component @Component
public class MyBean { public class MyBean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment