mirror of https://github.com/apache/activemq.git
Added request(Command. timeout) to transport
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fe0a4ca8a
commit
c2c3cc20c0
|
@ -103,6 +103,10 @@ public class ActiveIOTransport implements Transport {
|
|||
throw new AssertionError("Unsupported Method");
|
||||
}
|
||||
|
||||
public Response request(Command command,int timeout) throws IOException {
|
||||
throw new AssertionError("Unsupported Method");
|
||||
}
|
||||
|
||||
public void start() throws Exception {
|
||||
commandChannel.start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue