Skip to content

Commit

Permalink
CAMEL-11931: Rename example
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 21, 2017
1 parent d2899e7 commit 67fde94
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion examples/README.adoc
Expand Up @@ -11,7 +11,7 @@ View the individual example READMEs for details.
### Examples

// examples: START
Number of Examples: 98 (8 deprecated)
Number of Examples: 99 (8 deprecated)

[width="100%",cols="4,2,4",options="header"]
|===
Expand Down Expand Up @@ -139,6 +139,8 @@ Number of Examples: 98 (8 deprecated)

| link:camel-example-activemq-tomcat/README.md[ActiveMQ Tomcat] (camel-example-activemq-tomcat) | Messaging | An example using ActiveMQ Broker and Camel with Apache Tomcat

| link:camel-example-artemis-large-messages/README.md[Artemis Large Messages] (camel-example-artemis-large-messages) | Messaging | Demonstrates sending large messages (handles GBs in size) between Apache Camel and ActiveMQ Artemis in streaming mode

| link:camel-example-google-pubsub/README.adoc[Google Pubsub] (camel-example-google-pubsub) | Messaging | An example for Google Pubsub

| link:camel-example-guice-jms/README.md[Guice JMS] (camel-example-guice-jms) | Messaging | *deprecated* An example showing how to work with Camel, Guice and JMS
Expand Down
@@ -1,4 +1,4 @@
# Camel Artemis Stream
# Camel Artemis Large Messages

### Introduction

Expand Down
Expand Up @@ -27,10 +27,10 @@
<version>2.21.0-SNAPSHOT</version>
</parent>

<artifactId>camel-example-artemis-stream</artifactId>
<artifactId>camel-example-artemis-large-messages</artifactId>
<packaging>jar</packaging>
<name>Camel :: Example :: ActiveMQ Artemis Stream messaging</name>
<description>Demonstrates sending Stream messages to ActiveMQ Artemis</description>
<name>Camel :: Example :: ActiveMQ Artemis Large Messages</name>
<description>Demonstrates sending large messages (handles GBs in size) between Apache Camel and ActiveMQ Artemis in streaming mode</description>

<properties>
<category>Messaging</category>
Expand All @@ -48,7 +48,7 @@
<artifactId>camel-jms</artifactId>
</dependency>

<!-- artemis -->
<!-- activemq artemis -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-spring-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -37,7 +37,7 @@
<modules>
<module>camel-example-activemq-tomcat</module>
<module>camel-example-aggregate</module>
<module>camel-example-artemis-stream</module>
<module>camel-example-artemis-large-messages</module>
<module>camel-example-bam</module>
<module>camel-example-cafe</module>
<module>camel-example-cassandra-kubernetes</module>
Expand Down

0 comments on commit 67fde94

Please sign in to comment.