HassanChiang opened a new issue #376:
URL: https://github.com/apache/rocketmq-spring/issues/376
**BUG REPORT**
1. Please describe the issue you observed:
- What did you do (The steps to reproduce)?
I set `selectorExpression` value by SpEL:
```
@ExtRocketMQConsumerConfiguration(
group = "xxx",
topic = "xxx",
selectorExpression = "${spring.profiles.active}")
```
- What did you expect to see?
The `selectorExpression` value should be `dev`.
- What did you see instead?
The `selectorExpression` value is `${spring.profiles.active}`.
2. Please tell us about your environment:
rocketmq-spring 2.2.0
spring.profiles.active=dev
3. Other information (e.g. detailed explanation, logs, related issues,
suggestions how to fix, etc):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]