Skip to content

Commit cebd899

Browse files
committed
Fixed misformatted chapter id
1 parent bc283ed commit cebd899

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/asciidoc/integration.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,10 +1932,9 @@ operations that do not refer to a specific destination.
19321932

19331933
One of the most common uses of JMS messages in the EJB world is to drive message-driven
19341934
beans (MDBs). Spring offers a solution to create message-driven POJOs (MDPs) in a way
1935-
that does not tie a user to an EJB container. (See <<jms-asynchronousMessageReception>>
1936-
for detailed coverage of Spring's MDP support.) As from Spring Framework 4.1, endpoint
1937-
methods can be simply annotated using `@JmsListener` see <<jms-annotated>> for more
1938-
details.
1935+
that does not tie a user to an EJB container. (See <<jms-receiving-async>> for detailed
1936+
coverage of Spring's MDP support.) As from Spring Framework 4.1, endpoint methods can
1937+
be simply annotated using `@JmsListener` see <<jms-annotated>> for more details.
19391938

19401939
A message listener container is used to receive messages from a JMS message queue and
19411940
drive the `MessageListener` that is injected into it. The listener container is
@@ -2209,7 +2208,7 @@ potentially be blocked indefinitely. The property `receiveTimeout` specifies how
22092208
the receiver should wait before giving up waiting for a message.
22102209

22112210

2212-
[[jms-asynchronousMessageReception]]
2211+
[[jms-receiving-async]]
22132212
==== Asynchronous reception: Message-Driven POJOs
22142213

22152214
[NOTE]

0 commit comments

Comments
 (0)