Hi all, I implemented a producer program and a consumer program which can communicate with our MB. The producer program can send messages to a queue in MB and the Consumer program can consume those messages. I have attached here my project solution.
Thanks On Tue, Jun 26, 2012 at 6:19 PM, Shammi Jayasinghe <[email protected]> wrote: > Hi Ramith, > > Here i am attaching the patched qpid jar. Please replace the existing jar > in MB_HOME/repository/components/plugins folder with this one. > > Thanks > Shammi > > > On Tue, Jun 26, 2012 at 3:37 PM, Ramith Jayasinghe <[email protected]>wrote: > >> HI Shammi, >> >> Attached program.cs should work. Basically using the address >> "amq.direct/test" will bind sender/receiver to a queue (exchange type = >> direct) >> >> regards >> Ramith. >> >> >> >> >> >> >> >> >> >> >> On Tue, Jun 26, 2012 at 2:36 PM, Shammi Jayasinghe <[email protected]>wrote: >> >>> >>> >>> On Tue, Jun 26, 2012 at 10:34 AM, Ramith Jayasinghe <[email protected]>wrote: >>> >>>> Hi, >>>> $Subject happens in our released version of Message broker. >>>> This is due to a (recently found) issue in qpid server (-java) >>>> described in [1]. and its been fixed in latest version of the Qpid-java >>>> broker. >>>> Mail thread also have easy patch ( could be use full if we ever want to >>>> patch our released MB). >>>> >>>> [1] >>>> http://qpid.2158936.n2.nabble.com/problems-using-cqpid-with-java-broker-td7271738.html >>>> >>>> >>> Hi Ramith, >>> >>> After applying the patch to qpid, C# Client was able to perform >>> send/receive operations with the WSO2 Message Broker. But we are using >>> default address "amq.topic" here. In that C# Sample[1] ,there should be a >>> way to define topics and queues with the use of Address String[2][3]. >>> Currently we are checking on this. >>> >>> [1]. >>> http://qpid.apache.org/books/0.16/Programming-In-Apache-Qpid/html/ch02s03.html >>> [2] >>> http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.3/html/Programming_in_Apache_Qpid/sect-Programming_in_Apache_Qpid-Using_the_Qpid_Messaging_API-Addresses.html#sect-Programming_in_Apache_Qpid-Addresses-Address_Strings >>> [3] >>> http://qpid.apache.org/books/0.16/Programming-In-Apache-Qpid/html/section-addresses.html >>> >>> Thanks >>> Shammi >>> >>>> -- >>>> - Ramith >>>> >>>> >>> >>> >>> -- >>> Best Regards,* >>> >>> Shammi Jayasinghe* >>> Senior Software Engineer; WSO2, Inc.; http://wso2.com, >>> mobile: +94 71 4493085 >>> >>> >>> >> >> >> -- >> - Ramith >> >> > > > -- > Best Regards,* > > Shammi Jayasinghe* > Senior Software Engineer; WSO2, Inc.; http://wso2.com, > mobile: +94 71 4493085 > > >
Producer.cs
Description: Binary data
Consumer.cs
Description: Binary data
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
