SimpleAmqpClient icon indicating copy to clipboard operation
SimpleAmqpClient copied to clipboard

Channel can't open

Open zhimakaimen225 opened this issue 2 years ago • 1 comments

I try to open channel with following code,

  Channel::OpenOpts opts;
  opts.frame_max = 4096;
  opts.port = 5672;
  opts.host = "";
  opts.vhost = "/";
  opts.auth = Channel::OpenOpts::BasicAuth("admin", "ilmclr123456");
  Channel::ptr_t channel = Channel::Open(opts);

I get "Exception has occurred.Aborted".

Sorry, I'm not sure if this is a bug, if it is not, I will move to other place.

Best Regards

Zhimakaimen

zhimakaimen225 avatar Oct 03 '23 12:10 zhimakaimen225

Same issue, did you fix it ?

ErwanDouailleRazer avatar Mar 06 '25 08:03 ErwanDouailleRazer