| At line 5 removed 1 line. |
| * Ability to use JMS interface to access MQ messages |
| At line 8 removed 1 line. |
| * MQ bulk get and put |
| At line 16 changed 1 line. |
| 2. Web service server receives the message from the queue. The message is received based on the ids provided, if no id is provided, simply the first message from the queue will be received. |
| 2. Web service server receives the message from the queue based on default sequencing in the queue. i.e. first message from the queue will be received. |