This makes the example simpler to follow and understand when it is using threads, is in one file and just uses the simpler in-memory kombu backend by default (it can still use the file transport if configured to use it). Change-Id: I7fe9758e3285e7f0a610482bf26322841fb22f39
		
			
				
	
	
		
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Running 2 workers.
 | 
						|
Executing some work.
 | 
						|
Execution finished.
 | 
						|
Result = {"result1": 1, "result2": 666, "x": 111, "y": 222, "z": 333}
 | 
						|
Stopping workers.
 |