This commit is contained in:
Clebert Suconic 2017-08-09 22:15:33 -04:00
commit 901428a7c9
2 changed files with 6 additions and 6 deletions

View File

@ -392,6 +392,11 @@ public interface ActiveMQClientLogger extends BasicLogger {
format = Message.Format.MESSAGE_FORMAT)
void failedToSetChannelReadyForWriting(@Cause Throwable e);
@LogMessage(level = Logger.Level.WARN)
@Message(id = 212073, value = "Unable to check KQueue availability ",
format = Message.Format.MESSAGE_FORMAT)
void unableToCheckKQueueAvailability(@Cause Throwable e);
@LogMessage(level = Logger.Level.ERROR)
@Message(id = 214000, value = "Failed to call onMessage", format = Message.Format.MESSAGE_FORMAT)
void onMessageError(@Cause Throwable e);
@ -536,9 +541,4 @@ public interface ActiveMQClientLogger extends BasicLogger {
@Message(id = 214033, value = "Cannot resolve host ",
format = Message.Format.MESSAGE_FORMAT)
void unableToResolveHost(@Cause UnknownHostException e);
@LogMessage(level = Logger.Level.WARN)
@Message(id = 214034, value = "Unable to check KQueue availability ",
format = Message.Format.MESSAGE_FORMAT)
void unableToCheckKQueueAvailability(@Cause Throwable e);
}

View File

@ -137,7 +137,7 @@ public class TransportConstants {
public static final String WRITE_BUFFER_HIGH_WATER_MARK_PROPNAME = "writeBufferHighWaterMark";
public static final String REMOTING_THREADS_PROPNAME = "RemotingThreads";
public static final String REMOTING_THREADS_PROPNAME = "remotingThreads";
public static final String BATCH_DELAY = "batchDelay";