RabbitMQ client options, most
package |
Default |
---|
__construct( $rabbitMQOptions = null)
mixed | null
getConnectionRetries() : integer
integer
getConnectionRetryDelay() : integer
integer
getConnectionTimeout() : integer
integer
getHandshakeTimeout() : integer
integer
getHost() : string
string
getIncludeProperties() : boolean
boolean
getNetworkRecoveryInterval() : integer
integer
getPassword() : string
string
getPort() : integer
integer
getRequestedChannelMax() : integer
integer
getRequestedHeartbeat() : integer
integer
getUri() : string
string
getUser() : string
string
getVirtualHost() : string
string
isAutomaticRecoveryEnabled() : boolean
boolean
setAutomaticRecoveryEnabled( $automaticRecoveryEnabled) : $this
boolean
$this
setConnectionRetries( $connectionRetries) : $this
integer
$this
setConnectionRetryDelay( $connectionRetryDelay) : $this
integer
$this
setConnectionTimeout( $connectionTimeout) : $this
integer
$this
setHandshakeTimeout( $handshakeTimeout) : $this
integer
$this
setHost( $host) : $this
string
$this
setIncludeProperties( $includeProperties) : $this
boolean
$this
setNetworkRecoveryInterval( $networkRecoveryInterval) : $this
integer
$this
setPassword( $password) : $this
string
$this
setPort( $port) : $this
integer
$this
setRequestedChannelMax( $requestedChannelMax) : $this
integer
$this
setRequestedHeartbeat( $requestedHeartbeat) : $this
integer
$this
setUri( $uri) : $this
string
$this
setUser( $user) : $this
string
$this
setVirtualHost( $virtualHost) : $this
string
$this