instaclick / PDI-Plugin-Step-AMQP

AMQP Plugin for PDI
MIT License
10 stars 14 forks source link

Automagic content decoding #2

Open marksteele opened 10 years ago

marksteele commented 10 years ago

Wouldn't it be cool if you could look at AMQP headers and based on the header do something?

For example, we could automatically decompress a message based on payload header (eg: Content-encoding: gzip --> uncompress using gunzip).