RE: A QPID file system

2009-11-04 Thread Kamran Saadatjoo
Subject: Re: A QPID file system Hello! On Tue, Nov 03, 2009 at 06:43:23PM -0500, Kamran Saadatjoo wrote: > I've recently written an FUSE File System that makes a QPID message queue > look like a file to any application that read to or writes from files. You > can use this tool to mount a Q

Re: A QPID file system

2009-11-04 Thread Ján Sáreník
Hello! On Tue, Nov 03, 2009 at 06:43:23PM -0500, Kamran Saadatjoo wrote: > I've recently written an FUSE File System that makes a QPID message queue > look like a file to any application that read to or writes from files. You > can use this tool to mount a QPID queue that is accessed through a C+

A QPID file system

2009-11-03 Thread Kamran Saadatjoo
Hi all: I've recently written an FUSE File System that makes a QPID message queue look like a file to any application that read to or writes from files. You can use this tool to mount a QPID queue that is accessed through a C++ client. You can find this tool (called OFSQpMnt) on www.openfl