Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a1a770

Browse files
committed
Corrected execute statements to have topic arguments
1 parent 756e6b7 commit 0a1a770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Code examples are executed via `go run`:
3737

3838
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html)
3939

40-
go run receive_logs_topic.go info warn
41-
go run emit_log_topic.go warn "a warning"
40+
go run receive_logs_topic.go "kern.*" "*.critical"
41+
go run emit_log_topic.go kern.critical "A critical kernel error"
4242

4343
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html)
4444

0 commit comments

Comments
 (0)