AMQPEnvelope::getExchange

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

AMQPEnvelope::getExchangeGet the message exchange

Beskrivelse

public string AMQPEnvelope::getExchange ( void )

Get the exchange name on which the message was published.

Parametre

This function has no parameters.

Returnerings Værdier

The exchange name on which the message was published.

add a note add a note

User Contributed Notes 1 note

up
0
jianzhiunique at 163 dot com
6 years ago
when you get a message shows Fatal error: Uncaught Error: Call to undefined method AMQPEnvelope::getExchange(), try AMQPEnvelope::getExchangeName()
To Top