misc updates...fix build..
This commit is contained in:
@@ -658,7 +658,7 @@
|
||||
|
||||
<call target="build-all-function"/>
|
||||
|
||||
<nant buildfile="./doc/reference" target="all"/>
|
||||
<call target="docs"/>
|
||||
|
||||
<call target="package-release-files"/>
|
||||
|
||||
|
||||
@@ -43,6 +43,12 @@ namespace Spring.Messaging.Nms.Connections
|
||||
closeCount++;
|
||||
}
|
||||
|
||||
public TimeSpan RequestTimeout
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
set { throw new NotImplementedException(); }
|
||||
}
|
||||
|
||||
public AcknowledgementMode AcknowledgementMode
|
||||
{
|
||||
get { return AcknowledgementMode.ClientAcknowledge; }
|
||||
|
||||
@@ -189,6 +189,12 @@ namespace Spring.Messaging.Nms.Connections
|
||||
|
||||
}
|
||||
|
||||
public TimeSpan RequestTimeout
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
set { throw new NotImplementedException(); }
|
||||
}
|
||||
|
||||
public bool Transacted
|
||||
{
|
||||
get { return true; }
|
||||
|
||||
Reference in New Issue
Block a user