This commit is contained in:
fuCtor 2012-01-29 19:05:02 -08:00
parent 62a112be5a
commit a4b412839c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QUrl con(QString("amqp://guest:16141614@main:5672/"));
QUrl con(QString("amqp://guest:guest@localhost:5672/"));
QAMQP::Client client(con);
QAMQP::Exchange * exchange_ = client.createExchange(),
*exchange2_ = client.createExchange();