Skip to content

Commit

Permalink
fixed issue with this unit test…jabber requires the message from para…
Browse files Browse the repository at this point in the history
…meter to be fully qualified to send messages

git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1311887 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Benjamin P. O'Day committed Apr 10, 2012
1 parent 6559d03 commit 28f0bbd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,11 +60,11 @@ public void configure() throws Exception {
}

protected String getProducerUri() {
return "xmpp://jabber.org:5222?room=camel-test&user=camel_producer&password=secret&serviceName=jabber.org";
return "xmpp://jabber.org:5222?room=camel-test&user=camel_producer@jabber.org&password=secret&serviceName=jabber.org";
}

protected String getConsumerUri() {
return "xmpp://jabber.org:5222?room=camel-test&user=camel_consumer&password=secret&serviceName=jabber.org";
return "xmpp://jabber.org:5222?room=camel-test&user=camel_consumer@jabber.org&password=secret&serviceName=jabber.org";
}

}

0 comments on commit 28f0bbd

Please sign in to comment.