@ -1774,7 +1774,8 @@ The `javax.jms.ConnectionFactory` interface provides a standard method of creati
@@ -1774,7 +1774,8 @@ The `javax.jms.ConnectionFactory` interface provides a standard method of creati
`ConnectionFactory` to work with JMS, you generally won't need to use it directly yourself
and you can instead rely on higher level messaging abstractions (see the
{spring-reference}/#jms[relevant section] of the Spring Framework reference
documentation for details).
documentation for details). Spring Boot also auto configures the necessary infrastructure
to send and receive messages.
@ -1846,9 +1847,9 @@ resolved against their provided names.
@@ -1846,9 +1847,9 @@ resolved against their provided names.
[[boot-features-using-jms-template]]
==== Using JmsTemplate
Spring's `JmsTemplate` is auto-configured and you can `@Autowire` it directly into your
[[boot-features-using-jms-sending]]
==== Sending a message
Spring's `JmsTemplate` is auto-configured and you can autowire it directly into your
own beans:
[source,java,indent=0]
@ -1872,7 +1873,31 @@ own beans:
@@ -1872,7 +1873,31 @@ own beans: