|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: XMS - size of buffer when retrieves message from Queue |
jackid
Replies: 5 Views: 5094
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 25, 2010 7:35 am Subject: XMS - size of buffer when retrieves message from Queue |
Additionally, is it possible to get MaxMsgLength attribute of queue in XMS? |
Topic: XMS - size of buffer when retrieves message from Queue |
jackid
Replies: 5 Views: 5094
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 25, 2010 7:32 am Subject: XMS - size of buffer when retrieves message from Queue |
Buffer size is handled behind the scenes in XMS.
You should make sure you have enough log size to accommodate your message(s).
Also you did not specify the version of MQ and XMS. It might be relev ... |
Topic: XMS - size of buffer when retrieves message from Queue |
jackid
Replies: 5 Views: 5094
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 25, 2010 4:44 am Subject: XMS - size of buffer when retrieves message from Queue |
XMS-Is it possible to set the size of buffer when retrieves message from Queue? In xms,
xms::MessageConsumer consumer;
...
xms::Message* pMsg = consumer.receive();
It ... |
Topic: [XMS] Backout queues |
jackid
Replies: 4 Views: 5399
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 15, 2010 7:32 am Subject: [XMS] Backout queues |
In the MQ API, we have a attribute of Queue MQCA_BACKOUT_REQ_Q_NAME, which determines the backout queue name, but what i want to know is, in XMS, it seems that we don't have a corresponding attribute ... |
Topic: [XMS] Backout queues |
jackid
Replies: 4 Views: 5399
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 04, 2010 2:28 am Subject: [XMS] Backout queues |
Hello everyone,
In the red book (IBM Websphere MQ Fundamentals), i've got following
If the processing of a message fails, consistent action should be taken. One option is to move the message t ... |
|
|
|