use localhost
This commit is contained in:
parent
c26005ddfb
commit
67056f6fd9
|
|
@ -74,7 +74,7 @@ int main()
|
|||
#endif
|
||||
|
||||
// make a connection
|
||||
AMQP::Address address("amqps://guest:guest@testmailsender1.copernica.nl/");
|
||||
AMQP::Address address("amqp://guest:guest@localhost/");
|
||||
AMQP::TcpConnection connection(&handler, address);
|
||||
|
||||
// we need a channel too
|
||||
|
|
|
|||
Loading…
Reference in New Issue