From 317f80dcf0e6001f71af1d5487d43e997954b190 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 27 Feb 2015 21:10:49 +0800 Subject: [PATCH] Update 32.4. Mixing XA and non-XA JMS connections.md --- .../32.4. Mixing XA and non-XA JMS connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV. Spring Boot features/32.4. Mixing XA and non-XA JMS connections.md b/IV. Spring Boot features/32.4. Mixing XA and non-XA JMS connections.md index c1426f6..71e279b 100644 --- a/IV. Spring Boot features/32.4. Mixing XA and non-XA JMS connections.md +++ b/IV. Spring Boot features/32.4. Mixing XA and non-XA JMS connections.md @@ -5,7 +5,7 @@ 如果想使用一个non-XA的ConnectionFactory,你可以注入nonXaJmsConnectionFactory bean而不是@Primary jmsConnectionFactory bean。为了保持一致,jmsConnectionFactory bean将以别名xaJmsConnectionFactor来被使用。 示例如下: -``` +```java // Inject the primary (XA aware) ConnectionFactory @Autowired private ConnectionFactory defaultConnectionFactory;