cancel
Showing results for 
Search instead for 
Did you mean: 

JMS queue

Former Member
0 Kudos

Hi Exports,

I have a question. I have 100 interfaces from JMS to File for example. How many queues do i have to create. do we need each interface has one queue or all interfaces need one queue.

Can you help us this

Advanced thanks

Ramidi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The same thing can be achieved using as many queues as we want as there is a parameter like MessageSelector in JMS communication channel which selects particular messages from the queue. So u can use the same queue for all the interfaces which this parameter differentiating the messages for each interface. You can use different queues for different interfaces if u dont want to use this parameter. But i havent worked on this parameter yet. Please let me know how it works.

Regards,

Sudheer.

Former Member
0 Kudos

Hi Sudheer,

Thank you for your replay. could you please explain about this. JMS Message selecter do we have to give any message type or what we have to give there. Could you please help this.

Thanks in advance

Ramidi

Former Member
0 Kudos

Hi Ramidi,

I have not worked on this feature but you can find more information on SAP help.

From SAP Help.

JMS Message Selector

You use the JMS message selector to specify conditions that a JMS message in the specified JMS queue must meet in order to be processed by the sender adapter.

For more information about the JMS message selector, see java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html under javax.jms and Message.

To know how to configure JMS adapter please check

http://help.sap.com/saphelp_nw70/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

Regards,

Sudheer.

Former Member
0 Kudos

Hi Exports,

What we have to give in the JMS message selector. Could you help me this one. do i need to give message type name or do i have to assign correlation id for each interface . so i am not sure.

Thanks in advance

Ramidi

Former Member
0 Kudos

any blogs on JMS Sender

Former Member
0 Kudos

Hi,

If u want to see how message selectors pls check the link i have given above. It explains clearly how u have to specify the message selector.

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html

Go to this link and check the section MessageSelectors.

Regards,

Sudheer.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ramidi,

refer this links once,may it'll helpful to you..

http://hermesjms.com/confluence/display/HJMS/Home

don't forget to give points,if it helpful to you.

Regards,

Naresh.K

Former Member
0 Kudos

Any updates

Thanks

Ramidi