<html>
<head>
<base href="https://cwiki.apache.org/confluence">
<link rel="stylesheet" href="/confluence/s/en/2176/1/1/_/styles/combined.css?spaceKey=CAMEL&forWysiwyg=true"
type="text/css">
</head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-JmsRemoting?focusedCommentId=34018867#comment-34018867">Tutorial-JmsRemoting</a></h2>
<h4>Page
<b>comment added</b> by <a href="https://cwiki.apache.org/confluence/display/~tmo">Timo
Veldt</a>
</h4>
<br/>
<div class="notificationGreySide">
<p>It looks the Spring example for the client misses the connectionManager definition.
I had to add the following to the XML definitions.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Default; brush: xml; gutter: false" style="font-size:12px; font-family:
ConfluenceInstalledFont,monospace;">
<bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:6000" />
</bean>
</pre>
</div></div>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;" class="grey">
<a href="https://cwiki.apache.org/confluence/users/removespacenotification.action?spaceKey=CAMEL">Stop
watching space</a>
<span style="padding: 0px 5px;">|</span>
<a href="https://cwiki.apache.org/confluence/users/editmyemailsettings.action">Change
email notification preferences</a>
</div>
<a href="https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-JmsRemoting?focusedCommentId=34018867#comment-34018867">View
Online</a>
|
<a id="reply-34018867" href="https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-JmsRemoting?replyToComment=34018867#comment-34018867">Reply
To This</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|