Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to post to WebLogic Queue from a .NET/C# web application.

Any help on how to do that is appreciated.

Thanks in Advance.

share|improve this question

1 Answer

up vote 1 down vote accepted

Have you gone through the documentation / tutorials? Here is some information on that: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/jms/intro.html#wp1058350

Otherwise, if you've already made some attempts and run into trouble, please post what you tried, and what the trouble was.

Good luck.

share|improve this answer
thanks for the tutorial mate.. i got the code.. – srikanth Nov 2 '11 at 1:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.