Search in sources :

Example 1 with ConnectionSettings

use of org.apache.camel.component.beanstalk.ConnectionSettings in project camel by apache.

the class BeanstalkCamelTestSupport method setUp.

@Before
@Override
public void setUp() throws Exception {
    super.setUp();
    ConnectionSettings conn = connFactory.parseUri(tubeName);
    writer = conn.newWritingClient();
    reader = conn.newReadingClient(false);
}
Also used : ConnectionSettings(org.apache.camel.component.beanstalk.ConnectionSettings) Before(org.junit.Before)

Aggregations

ConnectionSettings (org.apache.camel.component.beanstalk.ConnectionSettings)1 Before (org.junit.Before)1