Ah right. Looks like the binding itself only has the `send()` methods. https://developers.cloudflar

Ah right. Looks like the binding itself only has the send() methods.
https://developers.cloudflare.com/queues/configuration/javascript-apis/#queue
You could define an env variable with the queue name. Because the env variable is defined right beside your queue binding in your
wrangler.toml
it wouldn't be too bad?
Cloudflare Docs
Cloudflare Queues is integrated with Cloudflare Workers. To send and receive messages, you must use a Worker.
JavaScript APIs | Cloudflare Queues
Was this page helpful?