Results 1 to 2 of 2

Thread: ActiveMQ in JBoss - message not picked up?

  1. #1
    Join Date
    Jan 2007
    Posts
    9

    Default ActiveMQ in JBoss - message not picked up?

    I've configured a message listener using Spring -

    <bean id="listenerContainer" class="org.springframework.jms.listener.DefaultMes sageListenerContainer">
    <property name="connectionFactory" ref="connectionFactory"/>
    <property name="destination" ref="testQueue"/>
    <property name="messageListener" ref="messageListener"/>
    </bean>

    <bean id="messageListener" class="jms.MessageListener" />

    However, my messages do not seem to get picked up. Why?

  2. #2
    Join Date
    Nov 2005
    Location
    Stockholm, Sweden
    Posts
    54

    Default

    Not too much info above, no stacktrace (if available?) so I have to guess. ActiveMQ broker started?

    /S
    --
    Consultant/Contractor
    Stockholm, Sweden

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •