TUSCANY-3969: add a setRequestTimeout method
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1199185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1cc2c67780
commit
53d14f7330
1 changed files with 5 additions and 0 deletions
|
@ -297,4 +297,9 @@ public class JMSResourceFactoryImpl implements JMSResourceFactory {
|
|||
throw new JMSBindingException("Incorrect resource type for ActivationSpec: " + o.getClass().getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getDefaultRequestTimeout() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue