*
* @param repo the repository, not null
* @param server the server, not null
*/
protected void publishJmsSubscription(ComponentRepository repo, StandardLiveDataServer server) {
SubscriptionRequestReceiver receiver = new SubscriptionRequestReceiver(server);
FudgeRequestDispatcher dispatcher = new FudgeRequestDispatcher(receiver);
String topicName = getJmsSubscriptionTopic();
if (topicName != null) {