Quickfix - Add tag to Logon message

2021-02-28 Thread Rafael Sainz
Hello, Does anyone know whether it is possible to add a tag in the logon message with Apache Camel Quickfix component?. In concrete, the integration case that I am working requires to add DefaultCstmApplVerID (tag 1408), that is a new field required in FIX 5.0. Thank you, Rafael

Re: Adding Global scoped exception handler in DefaultCamelContext

2021-02-28 Thread ski n
Hi Reji, You may check the Error Handler: https://camel.apache.org/manual/latest/error-handler.html Regards, Raymond Op ma 1 mrt. 2021 om 03:23 schreef Reji Mathews : > I am trying to build a camel context from scratch using very basic API's > (Not with the RouteBuilder). > > Started off with

Adding Global scoped exception handler in DefaultCamelContext

2021-02-28 Thread Reji Mathews
I am trying to build a camel context from scratch using very basic API's (Not with the RouteBuilder). Started off with an instance of DefaultCamelContext class in plain vanilla java and populated some route definitions into the context as follows myCamelContext.addRouteDefinitions(routeDefinition