L. Almeida created ARTEMIS-1860:
-----------------------------------
Summary: Bug on documentation of spring integration
Key: ARTEMIS-1860
URL: https://issues.apache.org/jira/browse/ARTEMIS-1860
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: L. Almeida
On [https://activemq.apache.org/artemis/docs/latest/spring-integration.html]
It states:
{{ <bean id="EmbeddedJms"
class="org.apache.activemq.integration.spring.SpringJmsBootstrap"
init-method="start"/>}}
{{I suspect it should be}}
{{ <bean id="EmbeddedJms"
class="org.apache.activemq.*artemis*.integration.spring.SpringJmsBootstrap"
init-method="start"/>}}{{}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)