I've figured it out why isn't working as expected.
It seems that pipelines doesn't work with the follow properties:
queue.type: persisted
queue.max_bytes: 1024
I just removed these lines and everything worked! Weird though but that fixed the problem. Too bad that my queues are working in MEMORY only but at least its working.
Thanks.