RabbitMQOptions

RabbitMQ client options, most

package

Default

Methods

RabbitMQOptions constructor

__construct( $rabbitMQOptions = null) 

Arguments

$rabbitMQOptions

mixed | null

getConnectionRetries

getConnectionRetries() : integer

Response

integer

getConnectionRetryDelay

getConnectionRetryDelay() : integer

Response

integer

getConnectionTimeout

getConnectionTimeout() : integer

Response

integer

getHandshakeTimeout

getHandshakeTimeout() : integer

Response

integer

getHost

getHost() : string

Response

string

getIncludeProperties

getIncludeProperties() : boolean

Response

boolean

getNetworkRecoveryInterval

getNetworkRecoveryInterval() : integer

Response

integer

getPassword

getPassword() : string

Response

string

getPort

getPort() : integer

Response

integer

getRequestedChannelMax

getRequestedChannelMax() : integer

Response

integer

getRequestedHeartbeat

getRequestedHeartbeat() : integer

Response

integer

getUri

getUri() : string

Response

string

getUser

getUser() : string

Response

string

getVirtualHost

getVirtualHost() : string

Response

string

isAutomaticRecoveryEnabled

isAutomaticRecoveryEnabled() : boolean

Response

boolean

setAutomaticRecoveryEnabled

setAutomaticRecoveryEnabled( $automaticRecoveryEnabled) : $this

Arguments

$automaticRecoveryEnabled

boolean

Response

$this

setConnectionRetries

setConnectionRetries( $connectionRetries) : $this

Arguments

$connectionRetries

integer

Response

$this

setConnectionRetryDelay

setConnectionRetryDelay( $connectionRetryDelay) : $this

Arguments

$connectionRetryDelay

integer

Response

$this

setConnectionTimeout

setConnectionTimeout( $connectionTimeout) : $this

Arguments

$connectionTimeout

integer

Response

$this

setHandshakeTimeout

setHandshakeTimeout( $handshakeTimeout) : $this

Arguments

$handshakeTimeout

integer

Response

$this

setHost

setHost( $host) : $this

Arguments

$host

string

Response

$this

setIncludeProperties

setIncludeProperties( $includeProperties) : $this

Arguments

$includeProperties

boolean

Response

$this

setNetworkRecoveryInterval

setNetworkRecoveryInterval( $networkRecoveryInterval) : $this

Arguments

$networkRecoveryInterval

integer

Response

$this

setPassword

setPassword( $password) : $this

Arguments

$password

string

Response

$this

setPort

setPort( $port) : $this

Arguments

$port

integer

Response

$this

setRequestedChannelMax

setRequestedChannelMax( $requestedChannelMax) : $this

Arguments

$requestedChannelMax

integer

Response

$this

setRequestedHeartbeat

setRequestedHeartbeat( $requestedHeartbeat) : $this

Arguments

$requestedHeartbeat

integer

Response

$this

setUri

setUri( $uri) : $this

Arguments

$uri

string

Response

$this

setUser

setUser( $user) : $this

Arguments

$user

string

Response

$this

setVirtualHost

setVirtualHost( $virtualHost) : $this

Arguments

$virtualHost

string

Response

$this