Integration over Http

allenbnz
allenbnz Member Posts: 2

I am attempting to integrate our IBM mainframe reservation system with Solace as an alternative to IBM MQ hoping this will provide a secure and persistent delivery of messages to Kafka. The idea is that Solace will be deployed close to or on the mainframe (docker) and will provide guaranteed delivery between it and our AWS kafka instance across a number of direct links. I have managed to connect and send messages to Solace using http but have a problem in that I require the response http header to mirror a correlation id sent in the request, mainframe idiosyncrasies I am afraid. Is there a way to reflect an http request header in the response?

Tagged:

Best Answer

Answers

  • allenbnz
    allenbnz Member Posts: 2

    Thank you for your reply and yes the mainframe is streaming http messages over a a number of sticky connections and requires the correlation id to associate the request and response. We currently have an issue with assured delivery between our mainframe in Auckland and Confluent Kafka in the AWS cloud in Sydney and I am looking at an Auckland deployment of Solace providing this i.e. once the message is recieved and acknowledged by Solace then delivery to Sydney using the Confluent Solace source connector is assured, regardless of link status. Due to the mutable nature of the reservations system message replay is not an option and so we need to guarantee all messages will be delivered in sequence. Even with Solace this may not always be possible if the link between the mainframe and Solace is lost hence a docker instance on the mainframe which will shortly be an option for us. I did have a quick look at the Microgateway but will investigate more thoroughly and get back to you with any questions if that is ok. Many thanks