Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Stardust/Knowledge Base/Integration/Camel"

(Service Integration)
 
(34 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Examples<br>  ==
+
__NOTOC__
 +
== Process Trigger ==
 +
* [[Stardust/Knowledge Base/Integration/Camel/Email Trigger with Process Attachments|Email Trigger with Process Attachments]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/Timer_Trigger_using_Quartz_and_Camel | Scheduling Process Starts using the Quartz Scheduler in a Camel Trigger]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/DB Monitor using JPA and Camel|DB Monitor using JPA and Camel]]
  
[[STP/Stardust/KnowledgeBase/Integration/Camel/FileIngestion|File Ingestion]]<br>
+
== File Processing  ==
 +
* [[Stardust/Knowledge Base/Integration/Camel/Consuming A CSV File - at FTP or Local FileSystem |Consuming A CSV File - at FTP or Local FileSystem]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/Json File To Structured Data | JSON File converted to Structured Data and Back]]
  
[[STP/Stardust/KnowledgeBase/Integration/Camel/FlatFile|Flat File]]<br>
+
== Message Processing  ==
 +
* Message Enricher (TBD)
  
[[STP/Stardust/KnowledgeBase/Integration/Camel/DBEventMonitor|Database Event Monitoring]]<br>
+
== JMS Integration  ==
 +
* [[Stardust/Knowledge_Base/Integration/Camel/AMQ-OracleAQ-Bridge|JMS ActiveMQ - Oracle AQ Bridge]]
  
[[STP/Stardust/KnowledgeBase/Integration/Camel/MessageEnricher|Message Enricher]]<br>
+
== Service Integration  ==
 +
* [[Stardust/Knowledge Base/Integration/Camel/Calling RESTful Service Through Camel Route|Calling RESTful Service Through Camel Route]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/Camel Route to Send and Receive Email|Camel Route to Send and Receive Email]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/Camel File based inter-system integration - Camel|Camel routes to File based inter-system integration]]
 +
* [[Stardust/Knowledge Base/Integration/Camel/Camel Based Monitoring and Auditing Transient Processes Using SEDA|Camel Based Monitoring and Auditing Transient Processes Using SEDA]]
 +
*[[CSV parsing and inserting the records in database using Stardust camel features]]
 +
*[[Adding camel consumer routes dynamically to camel context]]
 +
*[[Camel Route: Dynamic Endpoint using PropertyPlaceholder]]
  
[[STP/Stardust/KnowledgeBase/Integration/Camel/JPAJMSStardust|JPA, JMS with Stardust for system integration]]<br>
+
== Exception Handling  ==
 
+
* [[Stardust/Knowledge Base/Integration/Camel/Exception_Handling_in_Generic_Camel_Application|Exception Handling in Generic Camel Application]]
[[STP/Stardust/KnowledgeBase/Integration/Camel/AMQ-OracleAQ-Bridge|JMS ActiveMQ - Oracle AQ Bridge]]<br>
+
 
+
[[STP/Stardust/KnowledgeBase/Integration/Camel/OracleQueueWithStardust|Oracle Queue Integration with Stardust Queue]]<br> <br>
+

Latest revision as of 02:28, 11 September 2015

Process Trigger

File Processing

Message Processing

  • Message Enricher (TBD)

JMS Integration

Service Integration

Exception Handling

Back to the top