cancel
Showing results for 
Search instead for 
Did you mean: 

Messeges blocking inqueue for some mesg & sucess forsome msg ofsame Interf

Former Member
0 Kudos

Hi All,

The messages are stuck up in queue ,if we check in queue the STATUS is *_connection closed and no data _

The messages are getting blocked in queue(XBTM0000).

Some times the message are successful sometimes it is blocked (it's for same scenario and message types ) .

What could be exact reason to behave in this way?

Regards

Nandan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Just try to Unlock all those messages present in the queue

Register the queues and activate those

Regards

Seshagiri

nisarkhan_n
Active Contributor
0 Kudos

its difficult to find out untill it erros out pls check the

XBTM0000 queue is registred and actiavted and any other data is blocking it....

Tuning Parameters for queues:/people/sunil.ojha5/blog/2008/02/20/rfc-quota-part-3

Former Member
0 Kudos

Hi Nisar,

No other messages are blocking this queue.

nisarkhan_n
Active Contributor
0 Kudos

Is this happens more peiodically? what the status value in the SMQR it should be inactive....

if not might be the server was slow at that point of time.

Former Member
0 Kudos

Hi,

Is there a difference in the size of that messages which are stopped and processed. it might be a timeout.

/wg

Former Member
0 Kudos

Hi,

It's blocking periodically.

it's registered and activated.

the message size is of 8mb.

nisarkhan_n
Active Contributor
0 Kudos

Nandan...

Login to SMQR and check the status of the schdulet it should be inactive...if it is wait then there are no dialog process to process your request...

when the resources are less (Dialog Work Process, MaxTime, less queues), the Scheduler Status will show 'Wait' state. This is the problem.

Increas queuse, MaxTime, then message processing will little bit faster.

also since your mesage sixze is around 8MB, i think you are execcding the queue limit have you incresed the queue size or it is in default size.

with this parameter EO_MSG_SIZE_LIMIT you can set the queue size to around 10mb and use this as sdedicated queue for the interface, do queue pritirozation....

/people/sunil.ojha5/blog/2008/02/20/rfc-quota-part-3 for details of the queue tuning parameters:

i think the problwm with your message size increase the queue size and queue execution time & try it should work

Former Member
0 Kudos

Hi Nisar,

the XBTM is used for large messages it can process upto 2GB.

In Manage Queues i found that this queue is used to process Large messages.

nisarkhan_n
Active Contributor
0 Kudos

whats the status of the queue scheduler?

Former Member
0 Kudos

the queue status is Active.

After maximum retry it will display in Status text column as CONNECTION CLOSED NO DATA .

In SXMB_moNI als o we are not able to find an error log.

In RUNTIME work bench ==>Messag Monitorning===>log is displayed as waiting the message in PIPELINE of CENTERAL

nisarkhan_n
Active Contributor
0 Kudos

When you click SMQR you should c the status INACTIVE.

can you increase the queue execution time l;imit.

Former Member
0 Kudos

You will see it in SM58. Maybe you can register that queue as background than you will avoid the problem with dialog process timeout.

/wg