| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a temp fix to overcome the ByteBuffer.array() problem | Rajith Muditha Attapattu | 2007-08-25 | 1 | -0/+13 |
| * | Corrected logic to check message listener | Rajith Muditha Attapattu | 2007-08-25 | 1 | -40/+41 |
| * | I provided a fixed to the deadlock issue in MessageConsumerImpl. | Rajith Muditha Attapattu | 2007-08-25 | 4 | -356/+205 |
| * | Added basic test case to test JMS | Rajith Muditha Attapattu | 2007-08-24 | 3 | -22/+79 |
| * | updated afterReceive | Arnaud Simon | 2007-08-24 | 5 | -22/+32 |
| * | updated consumer thread | Arnaud Simon | 2007-08-24 | 8 | -114/+118 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@569298... | Arnaud Simon | 2007-08-24 | 5 | -45/+41 |
| * | Fixed the following issues | Rajith Muditha Attapattu | 2007-08-24 | 18 | -55/+144 |
| * | Updated XID | Arnaud Simon | 2007-08-22 | 1 | -29/+131 |
| * | I added support in the JMS layer to figure out if it received any messages af... | Rajith Muditha Attapattu | 2007-08-21 | 5 | -46/+33 |
| * | changed to use futures | Arnaud Simon | 2007-08-21 | 1 | -31/+166 |
| * | changed DtxSession to return Futures, moved MessageListener to util and added... | Rajith Muditha Attapattu | 2007-08-21 | 10 | -40/+51 |
| * | updated sync | Arnaud Simon | 2007-08-20 | 2 | -15/+44 |
| * | added sync | Arnaud Simon | 2007-08-20 | 5 | -29/+113 |
| * | Updated QpidURL scheme | Arnaud Simon | 2007-08-20 | 3 | -5/+19 |
| * | wrote a parser for the new URL format | Rajith Muditha Attapattu | 2007-08-17 | 1 | -0/+10 |
| * | added jndi | Arnaud Simon | 2007-08-17 | 12 | -121/+1126 |
| * | Added connection factory support | Arnaud Simon | 2007-08-16 | 20 | -131/+978 |
| * | updated javadoc | Arnaud Simon | 2007-08-16 | 1 | -1/+1 |
| * | updated javadoc | Arnaud Simon | 2007-08-16 | 1 | -131/+218 |
| * | Added initial ConnectionFactory support to JMS | Rajith Muditha Attapattu | 2007-08-15 | 13 | -15/+258 |
| * | Added foreign message support | Arnaud Simon | 2007-08-15 | 11 | -43/+349 |
| * | Added clearData() and getTransferId() to the Message interface | Rajith Muditha Attapattu | 2007-08-15 | 7 | -9/+66 |
| * | Updated message creation methods. | Arnaud Simon | 2007-08-14 | 1 | -18/+69 |
| * | added error code support | Rajith Muditha Attapattu | 2007-08-13 | 5 | -18/+28 |
| * | Added support for message handling. | Rajith Muditha Attapattu | 2007-08-13 | 7 | -129/+277 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@565401... | Arnaud Simon | 2007-08-13 | 3 | -12/+7 |
| * | added constructors | Arnaud Simon | 2007-08-13 | 10 | -16/+226 |
| * | updated JMS messages | Arnaud Simon | 2007-08-13 | 1 | -0/+26 |
| * | updated JMS messages | Arnaud Simon | 2007-08-13 | 28 | -4564/+3510 |
| * | Added a Toy Exchange that does same basic routing for direct and topic. | Rajith Muditha Attapattu | 2007-08-10 | 11 | -82/+247 |
| * | implemented the Connection and Session API | Rajith Muditha Attapattu | 2007-08-09 | 12 | -251/+434 |
| * | updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp... | Rafael H. Schloming | 2007-08-09 | 1 | -7/+0 |
| * | changed the API based on the discussions with rafi and arnaud. also fixed the... | Rajith Muditha Attapattu | 2007-08-08 | 10 | -366/+221 |
| * | implemented Message | Arnaud Simon | 2007-08-08 | 6 | -103/+515 |
| * | implemented Session.sync() | Rafael H. Schloming | 2007-08-08 | 4 | -24/+31 |
| * | changed messageFlush to return an int | Arnaud Simon | 2007-08-07 | 1 | -2/+2 |
| * | changed messageFlush to return an int | Arnaud Simon | 2007-08-07 | 1 | -3/+7 |
| * | changed messageFlush to return an int | Arnaud Simon | 2007-08-07 | 1 | -489/+483 |
| * | fixed compilation errors | Rajith Muditha Attapattu | 2007-08-06 | 19 | -69/+70 |
| * | Implemented queue browsing | Arnaud Simon | 2007-08-06 | 4 | -13/+267 |
| * | Added dtx classes | Arnaud Simon | 2007-08-06 | 8 | -44/+657 |
| * | moved filter into common | Arnaud Simon | 2007-08-06 | 1 | -20/+1 |
| * | moved from nclient | Arnaud Simon | 2007-08-06 | 54 | -0/+10413 |
| * | moved in common | Arnaud Simon | 2007-08-06 | 1 | -592/+0 |
| * | renamed to qpidity | Arnaud Simon | 2007-08-06 | 64 | -12047/+0 |
| * | QPID-543 : Add ability to register cusom exchange types | Robert Godfrey | 2007-08-06 | 1 | -2/+2 |
| * | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563097... | Arnaud Simon | 2007-08-06 | 12 | -162/+600 |
| * | JMS message selector grammar | Arnaud Simon | 2007-08-06 | 1 | -0/+592 |
| * | Added message selector | Arnaud Simon | 2007-08-05 | 13 | -89/+2129 |
