File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1932,10 +1932,9 @@ operations that do not refer to a specific destination.
1932
1932
1933
1933
One of the most common uses of JMS messages in the EJB world is to drive message-driven
1934
1934
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.
1939
1938
1940
1939
A message listener container is used to receive messages from a JMS message queue and
1941
1940
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
2209
2208
the receiver should wait before giving up waiting for a message.
2210
2209
2211
2210
2212
- [[jms-asynchronousMessageReception ]]
2211
+ [[jms-receiving-async ]]
2213
2212
==== Asynchronous reception: Message-Driven POJOs
2214
2213
2215
2214
[NOTE]
You can’t perform that action at this time.
0 commit comments