custom bean and iso8583 #1078
Replies: 2 comments 1 reply
-
It depends you can have custom java code together with karavan, and run it without having to create a JAR. However if you have a lot of java code its better to build this in a standard Java project and as a JAR, which you can then use with karavan. There are some examples here (camel-jbang based) but karavan can run these also. Some of these examples does not use YAML DSL so Karavan cannot visualize/design these routes. https://github.com/apache/camel-kamelets-examples/tree/main/jbang For example here is some custom bean code |
Beta Was this translation helpful? Give feedback.
-
There is the swift dataformat that has some support for finance protocols |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I try to create a custom bean, do I need to create a new jar to be able to use it ? and how can I trigger it inside a processor ?
and finally does Marshal / Unmarshal component support iso8583 ?
Beta Was this translation helpful? Give feedback.
All reactions