Hii
We have tried to implement to integrate solace and celery using kombu transport but as celery amqp is .9 and solace 1.0 it is not working. Is there anyway to make celery work on amqp or any other protocol
Hii
We have tried to implement to integrate solace and celery using kombu transport but as celery amqp is .9 and solace 1.0 it is not working. Is there anyway to make celery work on amqp or any other protocol
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a
. If my response doesn’t make sense for your topic, please react to it with a
.
Looking at the documentation, I can explain why integrating Celery with PubSub+ event broker using Kombu transport presents a compatibility challenge:
Given these limitations, you would need to consider alternative approaches:
Relevant sources:
Hi @Ashok1993,
I think you have two options:
qpid as a transport type, that should be AMQP v1. Will that work for you?Hope that helps!