Queue binding to a deployed queue from my machine?

We would like to interact with queue bindings from scripts on our machine. How would we go about achieving this? We have a worker binding to the queue working but that is limited to use in a deployed worker or wrangler locally.
4 Replies
jasonkuhrt
jasonkuhrt2mo ago
We're actually interested only in producing from our machine, not adding additional consumers which we know is not possible. The CF dashboard for example permits using it as a producer.
James
James2mo ago
Yeah, remote queues are kind of a pain to deal with right now. They break workers the second you add them and then use --remote. Theere's not a great solution to this yet, but https://github.com/cloudflare/workers-sdk/issues/5543 is related
jasonkuhrt
jasonkuhrt2mo ago
@James Is anyone working on this at CF? Any roadmap you can share?
James
James2mo ago
I would hope it’s something we see resolved before Queues goes GA, but I do not know unfortunately