Miroslav Štěpánek

Results 3 comments of Miroslav Štěpánek

We have similar problem with AWS. The endpoint is `amqps://` and it seems to be impossible to configure RawRabbit for this case. It works by passing the endpoint into `ConnectionFactory.Uri`...

My suggestion is to add some wildcard parameter which can be used to detect the files. Something like `../_logs/archive/*/*/loggedService/log*.txt.gz` (or Regex) which will match files like `../_logs/archive/2021/02/loggedService/log20210225.txt.gz`. It should be...

> > My suggestion is to add some wildcard parameter which can be used to detect the files. Something like `../_logs/archive/*/*/loggedService/log*.txt.gz` (or Regex) which will match files like `../_logs/archive/2021/02/loggedService/log20210225.txt.gz`. It...