Move file from file directory into WebSphere Queue

View: New views
1 Messages — Rating Filter:   Alert me  

Move file from file directory into WebSphere Queue

by Marco Mascia-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I am totally new to Mule.
I have to get a File from a file directory to be moved onto a WebSphere internal queue
(not a MQ Queue).

This is what I have so far - nevertheless I still need to define the connection to my WebSphere Server,...
What else is missing? It can not be that much as it should be a simple process.
Your help on this would be very much appreciated

Cheers
Christoph

<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:file="http://www.mulesource.org/schema/mule/file/2.2"
xmlns:stdio="http://www.mulesource.org/schema/mule/stdio/2.2"
xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.2"
xmlns:jms="http://www.mulesource.org/schema/mule/jms/2.2"
xsi:schemaLocation="
http://www.mulesource.org/schema/mule/file/2.2 http://www.mulesource.org/schema/mule/file/2.2/mule-file.xsd
http://www.mulesource.org/schema/mule/jms/2.2 http://www.mulesource.org/schema/mule/jms/2.2/mule-jms.xsd
http://www.mulesource.org/schema/mule/core/2.2 http://www.mulesource.org/schema/mule/core/2.2/mule.xsd">
http://www.mulesource.org/schema/mule/stdio/2.2 http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd
http://www.mulesource.org/schema/mule/vm/2.2 http://www.mulesource.org/schema/mule/vm/2.2/mule-vm.xsd">


<model name="Custody">
<service name="Load54x">
<inbound>
<file:inbound-endpoint ref="SwiftLoadIN" />
</inbound>
<outbound>
<jms:outbound-endpoint ref="SwiftLoadOut"/>
</outbound>
</service>

<file:endpoint name="SwiftLoadIN" path="C:\MuleLoad\Input\"/>
<jms:endpoint name="SwiftLoadOut" queue="jms/queue/CL_MT543_IN" transformer-refs="JMSMessageToObject" connector-ref="jmsConnector"/>

</model>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email