Hi,

Firstly, i 'd like to assume I can send a binary file over JMS.

I was trying to prep a JMS consumer (which receives file) and below is my
xbean.xml which I assume is ok:

<beans xmlns:jms="http://servicemix.apache.org/jms/1.0";
          xmlns:is="http://services.is";
          xmlns:amqpool="http://jencks.org/amqpool/2.0";>
    
    <classpath>
            <location>.</location>
    </classpath>
    
     <amqpool:pool id="connectionFactory" 
                        url="tcp://localhost:61616"/>


    <jms:endpoint service="is:isJMSFileConsumer"
                          endpoint="isJMSFileConsumer"
                          targetService="is:isFTPWriter"
                          targetEndpoint="isFTPWriter"                          
                          role="consumer" 
                          destinationStyle="queue"
                          jmsProviderDestinationName="queue/A/Soap"
                          connectionFactory="#connectionFactory"
                          soap="true"
                         
defaultMep="http://www.w3.org/2004/08/wsdl/robust-in-only"/>          
</beans>

but here is what I get when it is deployed:

<loc-message>Error creating bean with name 'connectionFactory' defined in
file [.....\xbean.xml]: Initialization of bean failed; nested exception is
org.springframework.beans.InvalidPropertyException: Invalid property 'url'
of bean class [org.jencks.amqpool.PooledConnectionFactory]: No property
'url' found</loc-message>

-- 
View this message in context: 
http://www.nabble.com/No-property-%27url%27-found-in-AMQ-PooledConnectionFactory-tp24755706p24755706.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to