INT-2040 changed signature of MessageStore.getMessageCount() to return long. Changed affected implementations
This commit is contained in:
@@ -106,7 +106,7 @@ public class RedisMessageStore extends AbstractMessageGroupStore implements Mess
|
||||
}
|
||||
|
||||
|
||||
public int getMessageCount() {
|
||||
public long getMessageCount() {
|
||||
return redisTemplate.execute(new RedisCallback<Integer>() {
|
||||
public Integer doInRedis(RedisConnection connection)
|
||||
throws DataAccessException {
|
||||
|
||||
Reference in New Issue
Block a user