Humayun Khan Pathan
Humayun Khan Pathan
@alanxz I think I know where the problem is. In the source code -> Channel.cpp the function "CreateAmqpProperties" seems to be handling the flags incorrectly. Example: ``` if (mes.TimestampIsSet()) {...
That is correct. I only took the latest release. May be it is better to create a new release with this fix or at least update the release notes with...
I corrected the `sink->set_filter` as follows: `sink->set_filter(expr::has_attr< int >("EventID") && severity >= logging_config.min_logging_level);` I have cross checked the possibility of DLL registration issues but everything looks OK there. I even...
> Any updates? Is this still relevant? I wasn't able to get it working. I switched to simple_event_log_backend and living with it for now.