#-------------------------------------------------------------------- # Example 1 : XML with simple routing #-------------------------------------------------------------------- #--- Definitions of interfaces -------------------------------------- System_Example1InFile_Message=XMLMessage System_Example1InFile_Receiver=FileReceiverThread System_Example1InFile_Filename=$XBUS_HOME$/sample/Example1Infile.xml System_Example1InFile_FinalResolution=Delete System_Example1InFile_OnError=Rename System_Example1InFile_OnEmpty=Ignore System_Example1InFile_XMLValidating=true System_Example1InFile_Journal.Receive=true System_Example1OutFile_Message=XMLMessage System_Example1OutFile_Sender=FileSender System_Example1OutFile_Filename=$XBUS_HOME$/sample/Example1OutFile.xml System_Example1OutFile_ConflictResolution=Overwrite System_Example1OutFile_Journal.Send=true #--- Definitions for routing ---------------------------------------- Router_Example1InFile_Distribute1=Example1OutFile #--- Definitions for transforming ----------------------------------- XSLTStylesheet_Example1InFile_Example1OutFile=Companies2Names.xsl #-------------------------------------------------------------------- # Example 2 : RecordTypes with fixed field length #-------------------------------------------------------------------- #--- Definitions of interfaces -------------------------------------- System_Example2PartsOrderIncoming_Message=RecordTypeMessage System_Example2PartsOrderIncoming_Receiver=FileReceiver System_Example2PartsOrderIncoming_Filename=$XBUS_HOME$/sample/Example2In$WILDCARD$.dat System_Example2PartsOrderIncoming_FinalResolution=Rename System_Example2PartsOrderIncoming_OnEmpty=Ignore System_Example2PartsOrderIncoming_OnError=Preserve System_Example2PartsOrderIncoming_DescriptionFile=PartsOrderIncoming.xml System_Example2PartsOrderIncoming_Journal.Receive=true System_Example2PartsOrderOutgoing_Message=RecordTypeMessage System_Example2PartsOrderOutgoing_Sender=FileSender System_Example2PartsOrderOutgoing_Filename=$XBUS_HOME$/sample/Example2Out$WILDCARD$.dat System_Example2PartsOrderOutgoing_ConflictResolution=Append System_Example2PartsOrderOutgoing_DescriptionFile=PartsOrderOutgoing.xml System_Example2PartsOrderOutgoing_Journal.Send=true System_Example2PartsOrderIncomingInternal_Message=SimpleTextMessage System_Example2PartsOrderIncomingInternal_Sender=FileSender System_Example2PartsOrderIncomingInternal_Filename=$XBUS_HOME$/sample/Example2Out$WILDCARD$.xml System_Example2PartsOrderIncomingInternal_ConflictResolution=Overwrite System_Example2PartsOrderIncomingInternal_Journal.Send=true #--- Definitions for routing ---------------------------------------- Router_Example2PartsOrderIncoming_Distribute1=Example2PartsOrderOutgoing Router_Example2PartsOrderIncoming_Distribute2=Example2PartsOrderIncomingInternal #--- Definitions for transforming ----------------------------------- XSLTStylesheet_Example2PartsOrderIncoming_Example2PartsOrderOutgoing=PartsOrder_In2Out.xsl #-------------------------------------------------------------------- # Example 3 : XML with complex routing #-------------------------------------------------------------------- #--- Definitions of interfaces -------------------------------------- System_Example3InFile_Message=XMLMessage System_Example3InFile_Receiver=FileReceiverThread System_Example3InFile_Filename=$XBUS_HOME$/$VARIABLE_SampleDir$/Example3Infile.xml System_Example3InFile_FinalResolution=Delete System_Example3InFile_OnError=Rename System_Example3InFile_OnEmpty=Ignore System_Example3InFile_XMLSchema=Address.xsd System_Example3InFile_Journal.Receive=true System_Example3TransformStep_Message=XMLMessage System_Example3TransformStep_Sender=PingSender System_Example3TransformStep_Journal.Send=true System_Example3ReverseStep1_Message=SimpleTextMessage System_Example3ReverseStep1_Sender=JavaSender System_Example3ReverseStep1_Class=net.sf.xbus.sample.JavaWorker System_Example3ReverseStep1_Method=reverse System_Example3ReverseStep1_Journal.Send=true System_Example3ReverseStep1_Timeout=5 System_Example3ReverseStep2_Message=SimpleTextMessage System_Example3ReverseStep2_Sender=JavaSender System_Example3ReverseStep2_Class=net.sf.xbus.sample.JavaWorker System_Example3ReverseStep2_Method=reverse System_Example3ReverseStep2_Journal.Send=true System_Example3ReverseStep2_Timeout=5 System_Example3OutFile1_Message=XBUSXMLMessage System_Example3OutFile1_Sender=FileSender System_Example3OutFile1_Filename=$XBUS_HOME$/$VARIABLE_SampleDir$/Example3OutFile1.xml System_Example3OutFile1_ConflictResolution=Overwrite System_Example3OutFile1_Journal.Send=true System_Example3OutFile2_Message=SimpleTextMessage System_Example3OutFile2_Sender=FileSender System_Example3OutFile2_Filename=$XBUS_HOME$/$VARIABLE_SampleDir$/Example3OutFile2.xml System_Example3OutFile2_ConflictResolution=Overwrite System_Example3OutFile2_Journal.Send=true #--- Definitions for routing ---------------------------------------- Router_Example3InFile_Invoke1=Example3TransformStep Router_Example3InFile_Invoke2=Example3ReverseStep1 Router_Example3InFile_Invoke3=Example3ReverseStep2 Router_Example3InFile_Distribute1=Example3OutFile1 Router_Example3InFile_Distribute2=Example3OutFile2 #--- Definitions for transforming ----------------------------------- XSLTStylesheet_Example3InFile_Example3TransformStep=Companies2Names.xsl # --- Variables ----------------------------------------------------- Base_Variable_SampleDir=sample #-------------------------------------------------------------------- # Example 4 : JavaReceiver #-------------------------------------------------------------------- #--- Definitions of interfaces -------------------------------------- System_Example4InData_Message=SimpleTextMessage System_Example4InData_Receiver=JavaReceiver System_Example4InData_Journal.Receive=true System_Example4Ping_Message=SimpleTextMessage System_Example4Ping_Sender=PingSender System_Example4Ping_Journal.Send=true #--- Definitions for routing ---------------------------------------- Router_Example4InData_Invoke1=Example4Ping #--- Definitions for special transformation ------------------------- Transformer_Example4InData_Example4Ping=JavaTransformer Transformer_Example4InData.Example4Ping_Class=net.sf.xbus.sample.JavaTransformerSample Transformer_Example4InData.Example4Ping_Method=reverse #-------------------------------------------------------------------- # Some basic definitions #-------------------------------------------------------------------- #--- Tracing -------------------------------------------------------- #Trace_Levels: 4=DEBUG, 3=INFO, 2=WARN, 1=ERROR, 0=ALWAYS Base_Trace_Level=3 Base_Trace_Tracer=ConsoleTrace #Base_Trace_Tracer=FileTrace Base_Trace_MaxLength=999999 Base_Trace_Filename=trace.log #--- Journaling ----------------------------------------------------- #Base_Journal_Implementation=DBJournal Base_Journal_Implementation=FileJournal Base_Journal_MessageLength=100 #--- Misc ----------------------------------------------------------- Base_Receiver_WaitAfterError=5 Base_FileReceiverThread_StopAfterErrors=-1 Base_FileReceiverThread_Timeout=1 Base_MQReceiverThread_StopAfterErrors=-1 Base_MQReceiverThread_Timeout=5 Base_POP3ReceiverThread_StopAfterErrors=-1 Base_POP3ReceiverThread_Timeout=5 Base_HTTPReceiver_StopAfterErrors=-1 #--- JMX Administration --------------------------------------------- Base_Administration_JMXPort=1099 #--- Error Handling ------------------------------------------------- Base_DeletedMessageStore_Enabled=true Base_DeletedMessageStore_Directory=$XBUS_HOME$/log/DeletedMessages