cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create a Queue

Former Member
0 Kudos

Hi All,

how to Create a Queue ??? What is the Way for this ( Tcode )

Regards

Babu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Babu,

GO to XI server. u can use transaction SMQ1 and SMQ2 to create Queues in XI.

Regards

BILL

Former Member
0 Kudos

Hi,

I Think Those r For Display For Inbound Queue & Outbount Queue.

Am I Correct

Regards

Babu

Former Member
0 Kudos

yah...sorry u can;t create ..u can monitor...only

you have to register for creating queue.Check here how to do that.

Regrads

BILL

Former Member
0 Kudos

Check this link for creating Queues

http://help.sap.com/saphelp_nw04/helpdata/en/23/0afb40ee74f723e10000000a155106/frameset.htm

<b>Check this document for creating queues and also if you want to prioritize them:</b>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972...

/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

Ref /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc186973...

So generally Registeration automatically activates the queue.

for more on this:

http://help.sap.com/saphelp_nw70/helpdata/en/96/8412417301ee6fe10000000a1550b0/content.htm

following help will give indepth understanding of qRFC calls..

http://help.sap.com/saphelp_nw70/helpdata/en/f0/225c3c60065627e10000000a114084/content.htm

SMQ1 – qRFC Monitor for the outbound queue You can use this to monitor the status of the LUWs in the outbound queue.

SMQ2 – qRFC Monitor for the inbound queue. You can use this to monitor the status of the LUWs in the inbound queue.

SMQS – You can use the Outbound Queue Scheduler to register, deregister, and exclude destinations.

SMQR – You can use the Inbound Queue Scheduler to register and deregister queues

Refer this link..

http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/eae2a889e711d2956500a0c94260a5/frameset.htm

You can use transaction SMOHQUEUE (Replication Queues Monitor) for displaying the

Replication Queue Monitor and information about.

http://www.realtech.com.sg/wDeutsch/software/application_manager/Applications/SAP/CRM_DC_WP_EN.pdf

http://documents.bmc.com/supportu/documents/92/28/59228/59228.pdf

Thanks!!

nisarkhan_n
Active Contributor
0 Kudos

queues are not created only registred...when you install the XI queus are already created only go to the SMQR to register it.

Based on QoS(Quality of Service) these queues have been defined.

Naming convention is like this...

XB stands for Exchange Message Broker

for Exactly once(EO) we have trfc, thats why we have T and I for Inbound and O for Outbound. XBTI / XBTO

Similarlly, for Exactly once in Order (EOIO) we have qrfc, thats why we have Q and I for Inbound and O for Outbound. XBQI / XBQO

Tcode...SMQR or SXMB_ADM (manage Queus)

Message was edited by:

n Khan

Message was edited by:

n Khan

Former Member
0 Kudos

Hi,

i have seen that in some Weblog , That is the EOIO Quality of Service.

Regards

Babu