|
@@ -7,7 +7,7 @@ import org.springframework.stereotype.Service;
|
7
|
7
|
import javax.annotation.PostConstruct;
|
8
|
8
|
import java.io.IOException;
|
9
|
9
|
|
10
|
|
-//@Service("MqServiceImpl")
|
|
10
|
+@Service("MqServiceImpl")
|
11
|
11
|
public class MqServiceImpl implements MqService {
|
12
|
12
|
ConnectionFactory connectionFactory;
|
13
|
13
|
Connection connection;
|