AmqpConnectionOptions

Methods Summary
public static
public
# withHost( string $host )
public
# withVhost( string $vhost )
public
# withPort( int $port )
public
# withUser( string $user )
public
# withPassword( string $password )
public
# withConnectionTimeout( int $connectionTimeout )
public
# withReadWriteTimeout( int $readWriteTimeout )
public
# withKeepalive( bool $keepalive = true )
public
# withHeartbeat( int $heartbeat )
public
# withSsl( bool $enabled = true )
public
# withSslVerifyPeer( bool $sslVerifyPeer )
public
# withSslVerifyPeerName( bool $sslVerifyPeerName )
public
# getHost( )
public
# getVhost( )
public
# getPort( )
public
# getUser( )
public
public
public
public
public
public
public
public
Constants Summary
public int DEFAULT_CONNECTION_TIMEOUT
# 3
public int DEFAULT_HEARTBEAT
# 30