[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Using AMQ .Net libraries via CLR bridge from an ABL process

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
There is a very good alternative to JMS. Kafka. Apache Kafka . It is very well served across multiple languages and platforms, including java, .net, and others. There are even adapters available for to interop with JMS. There is a project called "kafka-pixy" github.com/.../kafka-pixy that provides a REST endpoint for both send/receive messages. You can use the ABL HTTP client to talk to the kafka pixy REST api. I can't find a stomp adapter for kafka. And no one has written an ABL client yet that I can find ...but the network protocol is well documented so it it is possible.

Continue reading...
 
Status
Not open for further replies.
Back
Top