Open davsclaus opened 1 year ago
AWS recently posted a blog about integration IBM MQ to AWS SQS/SNS using Apache Camel https://aws.amazon.com/blogs/compute/integrating-ibm-mq-with-amazon-sqs-and-amazon-sns-using-apache-camel/?advocacy_source=everyonesocial&trk=global_employee_advocacy&sc_channel=sm&es_id=a85830dc17
That is good to see that they have noticed Camel; however the source code for the demo is using Camel 2.25.4 so its a very old Camel; but could be they are stuck on Java 8, even though Camel 3.14.x also works with Java 8.
https://github.com/aws-samples/aws-ibm-mq-adapter
their example is spring XML DSL with a lot of configuration for setting up SSL/AWS client and ibm clients
we should see if kamelets and camel 4 with jbang can do this easier and quicker
and use this use-case as an example to find where we can improve in camel / kamelets
AWS recently posted a blog about integration IBM MQ to AWS SQS/SNS using Apache Camel https://aws.amazon.com/blogs/compute/integrating-ibm-mq-with-amazon-sqs-and-amazon-sns-using-apache-camel/?advocacy_source=everyonesocial&trk=global_employee_advocacy&sc_channel=sm&es_id=a85830dc17
That is good to see that they have noticed Camel; however the source code for the demo is using Camel 2.25.4 so its a very old Camel; but could be they are stuck on Java 8, even though Camel 3.14.x also works with Java 8.
https://github.com/aws-samples/aws-ibm-mq-adapter
their example is spring XML DSL with a lot of configuration for setting up SSL/AWS client and ibm clients
we should see if kamelets and camel 4 with jbang can do this easier and quicker
and use this use-case as an example to find where we can improve in camel / kamelets