Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Nov 27, 2013
1 parent bedda8f commit 9cdeee1
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/camel/app/camel/doc/img/endpoint-table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/camel/app/camel/doc/img/endpoint-tree.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions plugins/camel/index.html
Expand Up @@ -226,6 +226,40 @@ <h4 id = "Endpoint_Tree">Endpoint Tree</h4>

<p><img src="app/camel/doc/img/endpoint-table.png" alt="Endpoint Table" title="Endpoint Table"/></p>

<h5 id = "Browsable_Endpoints">Browsable Endpoints</h5>

<p>Some endpoints supports browsing, meaning you can view messages they have received or sent.
For example file and activemq/jms endpoints are browsable.</p>

<p>In the screen shot below we have selected the 'file:target/messages/uk' endpoint which contains one message that can be browsed</p>

<p><img src="app/camel/doc/img/endpoint-file-browse-1.png" alt="Endpoint Browsable" title="Endpoint Browsable"/></p>

<p>.. by clicking the message id, brings up the message, and a control panel on the right hand side.</p>

<p><img src="app/camel/doc/img/endpoint-file-browse-2.png" alt="Endpoint Browse" title="Endpoint Browse"/></p>

<p>If there is 2 or more messages that were browsable, you can use the control panel to navigate forward and backward among the messages.</p>

<h5 id = "Sending_Message_to_Endpoint">Sending Message to Endpoint</h5>

<p>It is possible to send message(s) to any Camel endpoint, by selecting the endpoint from the Camel Tree, as shown below,
and selecting the Send sub-tab, as shown in the screen shot below:</p>

<p><img src="app/camel/doc/img/endpoint-file-send-1.png" alt="Endpoint Send" title="Endpoint Send"/></p>

<p>The Compose sub-tab which is shown, allows to compose a new message, using the message editor shown above. In this example
we compose a new XML message for 'Claus Ibsen' to be sent as a file to the endpoint 'file://src/data'.</p>

<p><img src="app/camel/doc/img/endpoint-file-send-2.png" alt="Endpoint Send" title="Endpoint Send"/></p>

<p>To tell Camel what file name to use, we need to add a header, using the name 'CamelFileName'. As we start typing the header
name a list of known header names is listed, which allows us to easily pick the header needed, which is 'CamelFileName'</p>

<p><img src="app/camel/doc/img/endpoint-file-send-3.png" alt="Endpoint Send" title="Endpoint Send"/></p>

<p>And then we are ready to send the message, by clicking the Send button.</p>

<p></div>
</div></p>
</div>
Expand Down

0 comments on commit 9cdeee1

Please sign in to comment.