Open ecerichter opened 7 months ago
I like this a lot, 1) and 2) would be very useful in many cases. I'll need to read up on the headers used in ActiveMQ more.
Adding a column headers jsonb
seems reasonable. Do you have any thoughts on how what the API (.send() and .read()
) would look like? Ideally usage of unique headers would be optional.
Great idea @ecerichter, thanks for bringing this up!
Would be a nice addition to support headers, similar to what ActiveMQ have. Headers are a KV store with two main features:
One proposal would be to have one column to store headers in jsonb - and use the "unique index" on json attribute in case of duplicate detection.
Thanks in advance for considering this nice to have :-)