return Exchanges.AGILEPM_EXCHANGE_NAME;
}
@Override
protected void filteredDispatch(String aType, String aTextMessage) {
Notification notification =
NotificationSerializer
.instance()
.deserialize(aTextMessage, Notification.class);
ProductDiscussionRequestTimedOut event = notification.event();
if (event.hasFullyTimedOut()) {
this.productApplicationService().timeOutProductDiscussionRequest(
new TimeOutProductDiscussionRequestCommand(
event.tenantId(),