Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-910 show more codes of the JMS client

...

Now we can send the request from client

Wiki Markup
{snippet:id=sending|lang=java|url=activemq/camel/trunk/examples/camel-example-loan-broker/src/main/java/org/apache/camel/loanbroker/queue/version/Client.java}

Here is how we and pull the response message back

Wiki Markup
{snippet:id=pullingclient|lang=java|url=activemq/camel/trunk/examples/camel-example-loan-broker/src/main/java/org/apache/camel/loanbroker/queue/version/Client.java}

...