Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 2014-04-10 08:01:31,392 [signInResultListenerContainer-1] ERROR org.springframework.jms.listener.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'queue://signInResult' - retrying in 5000 ms. Cause: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [tcp]
  2.  
  3. <bean id="amqConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
  4. <property name="brokerURL" value="tcp://xxx.30.8.163:61616"/>
  5. </bean>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement