beanstalkc.2.3.0.source-code.default-configuration.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beanstalkc Show documentation
Show all versions of beanstalkc Show documentation
Beanstalkc is a beanstalk client library, which is based on mina2.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configuration> <property> <name>beanstalk.service.host</name> <value>localhost</value> <description>RPC server host,default is localhost.</description> </property> <property> <name>beanstalk.service.port</name> <value>11300</value> <description>beanstalk server listen port,default is 11300</description> </property> <property> <name>beanstalk.operation.timeout</name> <value>10</value> <description>10 seconds</description> </property> <property> <name>beanstalk.job.maxSize</name> <value>65535</value> <description>default size is 65535</description> </property> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy