<@U01EY27APNH> I'm looking through the <SQS docs> ...
# adobe
b
@Mark Takata (Adobe) I'm looking through the SQS docs today and wondering if Adobe built any event gateway integrations with this as it would be a perfect fit to be able to use the
sendGatewayMessage()
BIF and register a gateway listener to respond to incoming messages with SQS as the backend. It would especially solve the issue of creating a listener, which ATM would require you to build your own CFThread plumbing with long polling enabled for a queue, but all of this could be abstracted perfectly into an event gateways listener that simply response to new messages like the existing ActiveMQ one does.
m
That's actually a really good idea Brad. I just had a customer ping me the other day on a related matter.
b
Cool
Yeah, having an event gateway integration that just seamlessly worked over a given SQS config would be sweet
👍 1
b
Adding event gateway support for SQS, Azure Service Bus, and Google Pub/Sub would be a nice addition to a future version of CF. (Gotta support all three platforms now!)
👍 2