cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Queue

Former Member
0 Kudos

Hi All,

I have <b>Http to JDBC</b> scenario in which I need to send the messages EOIO.

For this I need a queue.In Http client I set the QoS : EOIO .But I need to give a 'queueid' to make use it.

Plz any one knows how to create,Register and Acitvate the Queues.

Thanks

Praveen Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>>Plz any one knows how to create,Register and Acitvate the Queues.

you can to all those in th tx sxmb_adm

regards

krishna

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Praveen,

As you are usign the HTTP on the sender side, Please try to add the parameter queueid to the URL string and assign it with any name.

Queue will be created with the respective name assigned to the queueid.The correspoding XML schema will be passed throug the same queue.

Regards,

Kiran

Former Member
0 Kudos

I updated the HTTP client on the sender side, added the parameter queueid to the URL string and assign it with some name.

Queue has created with the respective name assigned to the queueid.The corresponding XML schema will be passed through the same queue.

But am getting the following error while sending through HTTP client:

<i><b>Result:</b></i>

<i><b><SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>INTERNAL.ATTRIBUTE_INITIAL</SAP:Code><SAP:P1>QUEUE_NAME</SAP:P1><SAP:Stack>Attribute QUEUE_NAME is initial</SAP:Stack></SAP:Error></b></i>

Any clue on this error?

Thanks

Praveen Kumar

Shabarish_Nair
Active Contributor
0 Kudos

<i>Plz any one knows how to create,Register and Acitvate the Queues</i>

>>>

SXMB_ADM -> MANAGE QUEUES

Former Member
0 Kudos

I have lot of options in the tx SXMB_ADM -> MANAGE QUEUES .

Please give some step by step procedure to create the Queue.

My Queue should be Outbound , Asynchronous and EOIO.

Thanks

Praveen Kumar

Shabarish_Nair
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

- as you have set the QoS to EOIO similarly give the queue name in the client.

IN SXMB_ADM -> you can then activate the queue entries. select all the queues, say register queues and then activate them.