File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed
src/main/java/com/example Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 5
5
import org .springframework .amqp .support .converter .MessageConverter ;
6
6
import org .springframework .context .annotation .Bean ;
7
7
import org .springframework .context .annotation .Configuration ;
8
- import org .springframework .context .annotation .Profile ;
9
8
10
- /**
11
- * <p>Title: MQConfiguration</p>
12
- * <p>Description: </p>
13
- * <p>Copyright: Copyright (c) 2017</p>
14
- * <p>Company: HP Development Company L.P.</p>
15
- *
16
- * @author wangzen
17
- * @date 2/28/2017
18
- */
9
+
19
10
@ Configuration
20
11
public class MQConfiguration {
21
12
@ Bean
Original file line number Diff line number Diff line change 4
4
import org .springframework .amqp .rabbit .annotation .RabbitHandler ;
5
5
import org .springframework .amqp .rabbit .annotation .RabbitListener ;
6
6
7
- /**
8
- * <p>Title: Receiver</p>
9
- * <p>Description: </p>
10
- * <p>Copyright: Copyright (c) 2017</p>
11
- * <p>Company: HP Development Company L.P.</p>
12
- *
13
- * @author wangzen
14
- * @date 2/28/2017
15
- */
7
+
16
8
@ RabbitListener (queues = "testMQ" )
17
9
public class Receiver {
18
10
You can’t perform that action at this time.
0 commit comments