Author |
Message
|
essive |
Posted: Tue Mar 01, 2005 6:57 am Post subject: Adapters for File Processing in Message Broker |
|
|
Novice
Joined: 15 Nov 2004 Posts: 24
|
We have just migrated to Message Broker 5.0 and are wondering what the best choices are for file adapters to process inbound files from applications and external systems.
We have been using EAI tools in the past that had very easy built-in file adapters but are unsure of the best way to proceed with Message Broker.
The JText adapter seems like too much infrastructure and configuration just to process files.
Any best practices would be greatly appreciated. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 01, 2005 8:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
In my somewhat lengthy experience with adapting files to queues, it requires a lot more infrastructure and configuration than it seems to at first glance.
That said, you might look at something like CommerceQuest's ProcessManager For Data (PM4Data). It has the necessary good bit of infrastructure and configuration, but it is separated from the broker. And my opinion is that it's a better design that way. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jwende |
Posted: Tue Mar 01, 2005 12:08 pm Post subject: |
|
|
 Novice
Joined: 02 Jul 2001 Posts: 23
|
that highly depends on your requirements. We have done this by writing a Java plugin to read and write local and remote (FTP and FTPs) files. There are a number of other good tools and products available to bridge between files and messages - but - as already stated by Jeff - some business requirements require special considerations.
Joerg |
|
Back to top |
|
 |
ashoon |
Posted: Tue Mar 22, 2005 1:54 pm Post subject: PM4Data |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
I second the PM4Data suggestion.
PM4Data sits on the file server and converts that file into MQ messages and vice-versa (if needed) Those MQ messages can be handled quite easily by a flow vs. building that logic yourself. Also since you're using MQ as the transport you get all the security enhancements. Finally PM4Data also has auditing capabilities if compliancy is a concern.
Message me if you have further questions... |
|
Back to top |
|
 |
zpat |
Posted: Wed Mar 23, 2005 1:22 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
www.primeur.com
They have written a complete file to message, file to file and message to file extensions for the WMQI and WBIMB brokers.
There is more to this than meets the eye - think about how to handle transactionality with files - not easy to do it properly.
Quote: |
SPAZIO File Extender
This module extends WebSphere Business Integration Message Broker capabilities from just managing real-time applications into also managing file and batch based applications |
|
|
Back to top |
|
 |
javaforvivek |
Posted: Wed Mar 23, 2005 3:13 am Post subject: |
|
|
 Master
Joined: 14 Jun 2002 Posts: 282 Location: Pune,India
|
|
Back to top |
|
 |
|