kombu
kombu copied to clipboard
Should kombu support consuming messages which are published by other systems?
As far as i know,messages received by kombu must have specific properties, but in some situation we want to use kombu to consume messages which don't have headers and properties and other attributes, and yes we can consider the message as message.body in kombu.
So should kombu support consuming messages which are published by other systems or in other words don't have specific attributes