Created
          March 8, 2010 13:59 
        
      - 
      
 - 
        
Save stormgrind/325182 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 1. Example 6.10. Client within TorqueBox | |
| ---------------------------------------- | |
| IS: | |
| TorqueBox::Message::Client.connect do |client| | |
| SHOULD BE: | |
| TorqueBox::Messaging::Client.connect do |client| | |
| COMMENT: add also on top: | |
| require 'torquebox-messaging-client' | |
| 2. Example 6.8. Mapping destinations to consumers | |
| ------------------------------------------------- | |
| IS: | |
| TorqueBox::Messaging::Container::Configu.create { | |
| SHOULD BE: | |
| TorqueBox::Messaging::Container::Config.create { | |
| 3. distribution error? | |
| ---------------------- | |
| There are no: | |
| torquebox-messaging-client (1.0.0) | |
| torquebox-messaging-container (1.0.0) | |
| torquebox-messaging-runtime (1.0.0) | |
| torquebox-messaging-tasks (1.0.0) | |
| gems in gems/ dir in torquebox-bin.zip | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment