mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 07:56:20 +00:00
[AMQ-6603] pull unnecessary guava dep from the new test
(cherry picked from commit eab9a0d05758fd0e8e83e7e482f4f0406cd9af5e)
This commit is contained in:
parent
4c5a70421c
commit
2dfe0c7c29
@ -16,7 +16,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.apache.activemq.pool;
|
package org.apache.activemq.pool;
|
||||||
|
|
||||||
import com.google.common.base.Strings;
|
|
||||||
import org.apache.activemq.broker.BrokerPlugin;
|
import org.apache.activemq.broker.BrokerPlugin;
|
||||||
import org.apache.activemq.broker.BrokerService;
|
import org.apache.activemq.broker.BrokerService;
|
||||||
import org.apache.activemq.command.ActiveMQDestination;
|
import org.apache.activemq.command.ActiveMQDestination;
|
||||||
@ -122,9 +121,7 @@ public class PooledConsumerTest {
|
|||||||
TextMessage textMessage = (TextMessage) message;
|
TextMessage textMessage = (TextMessage) message;
|
||||||
try {
|
try {
|
||||||
String response = textMessage.getText();
|
String response = textMessage.getText();
|
||||||
LOGGER.info(Strings.repeat("=", 50));
|
|
||||||
LOGGER.info("Received: '{}'", response);
|
LOGGER.info("Received: '{}'", response);
|
||||||
LOGGER.info(Strings.repeat("=", 50));
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.error(e.getMessage(), e);
|
LOGGER.error(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user