On Tue, Jun 17, 2008 at 9:53 PM, pratibhaG <[EMAIL PROTECTED]> wrote:
>
> JMS provider xbean.xml configuration file.
>
> <beans xmlns:jms="http://servicemix.apache.org/jms/1.0";
>       xmlns:hello="http://servicemix.in2m.com/operations/updateprofile";
>       xmlns:amq="http://activemq.org/config/1.0";>
>
>    <jms:provider service="hello:JMSProviderService"
>                  endpoint="JMSProviderEndpoint"
>                                  pubSubDomain="true"
>                  destinationName="updateUserProfileTopic"
>                  connectionFactory="#connectionFactory"/>
>
>    <amq:connectionFactory id="connectionFactory"
> brokerURL="tcp://localhost:61616" />
>
> </beans>

As I suspected, there is no replyDestinationName attribute. This is
the reason for the error/exception because it's needed when dealing
with in-out MEPs.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/

Blog: http://bruceblog.org/

Reply via email to