if (topic != null) {
TopicExpressionType topicExp = new TopicExpressionType();
topicExp.getContent().add(topic);
getCurrentMessageRequest.setTopic(topicExp);
}
GetCurrentMessageResponse response = (GetCurrentMessageResponse) request(getCurrentMessageRequest);
return response.getAny();
}