Skip to content
Snippets Groups Projects
Commit 86306133 authored by Risav Karna's avatar Risav Karna
Browse files

multiple document support, usage example in testclass

parent 475233da
No related branches found
No related tags found
No related merge requests found
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Apache.NMS;
using Apache.NMS.Util;
namespace ConnectToSally
{
interface SallyClient
{
void registerDocument(String docName, String[] interfaces);
//void onMessage(IMessage message);
bool isRegistered();
//void sendToSally(IMessage message);
void sendToSally(String message);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment