Closed solidhtp closed 2 years ago
Hi @solidhtp ,
Awesome, a PR would be welcomed.
@raschan PR created. Please merge.
Hi @solidhtp
Sorry for the delay, life happened....
I've updated the package with support for the Source
object defined in rhea-promise
Hello,
ActiveMQ supports filters by
JMS selector expressions
orXPath
.rhea
supports message filtering as described here.@Listen
accepts onlystring
type in source.In order to support filters
source
should be type ofstring | Source
Source as described in this line. I tried it locally with typeSource
and filters were working fine.I can create a PR which simply changes the source type from
string
tostring | Source
.