Docs Connect Components Outputs beanstalkd beanstalkd Type: OutputInput Available in: Self-Managed Write messages to a Beanstalkd queue. Introduced in version 4.7.0. # Config fields, showing default values output: label: "" beanstalkd: address: 127.0.0.1:11300 # No default (required) max_in_flight: 64 Fields address An address to connect to. Type: string # Examples address: 127.0.0.1:11300 max_in_flight The maximum number of messages to have in flight at a given time. Increase to improve throughput. Type: int Default: 64 Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution azure_table_storage broker