You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason I ask this is because I want to save the messages on a EBS volume so if the container running rabbitmq crashes I can at least connect to the EBS and bring the images back in.
I've used my own library for awhile which handles reconnects and persistence, but I would rather just use yours.
I've tried for the life of me to do something along the lines of direct routing, with routing keys.
Is there an example of working with ack(false/true, [true]) and direct/topic based push/worker?
I know this example won't work like this as you have to stringify the data first, then parse it for some reason. Maybe I'm missing something in the docs however. Any help would be appreciated :)
The text was updated successfully, but these errors were encountered:
The reason I ask this is because I want to save the messages on a EBS volume so if the container running rabbitmq crashes I can at least connect to the EBS and bring the images back in.
I've used my own library for awhile which handles reconnects and persistence, but I would rather just use yours.
I've tried for the life of me to do something along the lines of direct routing, with routing keys.
Is there an example of working with ack(false/true, [true]) and direct/topic based push/worker?
Something along the lines of:
I know this example won't work like this as you have to stringify the data first, then parse it for some reason. Maybe I'm missing something in the docs however. Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: