weblogic « jms « Java Enterprise Q&A





1. Unit-Of-Order in WLI JMSControl    stackoverflow.com

One of our clientes is intented to use the Unit-Of-Order Weblogic Server Feature (UOO). Everything is OK using UOO in pure java code for sending JMS Messages with custom UOO ...

2. Weblogic "Abandoning transaction" warning    stackoverflow.com

We randomly get warnings such as below on our WL server. We'd like to better understand what exactly these warnings are and what we should possibly do to avoid them. ...

3. Weblogic 10 - JMS - This RJVM has already been shutdown    stackoverflow.com

Any idea why the following errors comes up.This is happening when posting a JMS message to a queue deployed on Admin server from the application on managed server. 009-06-02 11:21:18,688 (com.xxx.util.servicelocator.ServiceLocator:612) ERROR ...

4. JMS File Store tuning    stackoverflow.com

We are using Weblogic JMS as the JMS provider for our application. We use file store as the persistent store. Is there any mechanism to condfigure the file store size so ...

5. Why is this being garbage collected    stackoverflow.com

My developers and I are having an issue with objects being garbage collected in our application when we don't want them to be. We are using Java with Weblogic 10g3. ...

6. How to connect to a Weblogic JMS queue using t3s?    stackoverflow.com

I want the last of these lines in a standalone application to pass with no exceptions thrown:

    Properties props = new Properties();
    props.setProperty("java.naming.factory.initial",
   ...

7. How to "copy" a JMS message to 2 destinations?    stackoverflow.com

I have a requirement that a single JMS message sent by a client must be delivered reliably (exactly-once) to two systems. These 2 systems are not HA-enabled, so the best suggestion ...

8. Where are JMS messages stored in WebLogic 9.2 server?    stackoverflow.com

I would like to know at what location WebLogic 9.2 server stores JMS messages on disk. Regards Chaitanya

9. How to set a queue producer timeout?    stackoverflow.com

I am testing WebLogic 10.3.1 JMS, but there has a problem. My Testing step:

  1. Start WebLogic Server
  2. Start JMS Client
  3. Client send a object to WebLogic JMS and server received the object.
  4. Stop WebLogic Server
  5. Send another ...





10. How to deploy WebLogic's JMS module to another server    stackoverflow.com

If I have a JMS module defined in a file (my-module-jms.xml) copied from one of WebLogic 9.x domains, then is there a way to deploy that module to another WebLogic with ...

11. How to purge/delete message from weblogic JMS queue    stackoverflow.com

Is there and way (apart from consuming the message) I can purge/delete message programmatically from JMS queue. Even if it is possible by wlst command line tool, it will be of ...

12. Send to MQ from java always uses default installed mqm userid for IBM MQ version 6.0    stackoverflow.com

Our code runs in weblogic and we MQ 6.0. No matter if I use the default createQueueConnection() or createQueueConnection("myuserid","mypassword") it always seems to use userid mqm. See code below. When I connect ...

13. jms server weblogic    stackoverflow.com

In a recent interview, I was asked what JMS server were you using?I replied...we were using JMS server that ships with weblogic 9.x. Is there a name for the server?I gather it ...

14. Java EE application deployment on Weblogic    stackoverflow.com

I am looking to deploy & configure a Java EE application on weblogic with the following configuration Machine -1 ,Mananged server -1 webbapplication i..e War deployment on managed server-1 2 issues Machine -2 ...

15. cannot send message to weblogic queues    stackoverflow.com

Iam trying to send a string message into a JMS queue created in weblogic server. Iam using Eclipse ide and when i run my web application i get the following error ...

16. JMS Exception when trying to read the message    stackoverflow.com

Hi guys i am facing a problem where when i try to read the message at my server i am getting this error. java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[application_loginid, Administrators] i am setting the ...





17. diffrent ports for JMS and managed server in weblogic    stackoverflow.com

can JMS and managed server port be different in weblogic? I am trying to configure Webservice running on managed server and JMS bridge running on diffrent port? Would it have any ...

18. How a JMS based Weblogic server can cosume a message created via MSMQ?    stackoverflow.com

I am new to this JMS, MSMQ, Weblogic things and don't have much idea about them. Can someone please guide me regarding my above question - How a JMS based Weblogic ...

19. Why is my JMS message bridge in WLS stopping/starting every 30 seconds    stackoverflow.com

I'm having an issue where my JMS message bridge seems to be stopped and restarted by WLS every thirty seconds. As far as I can tell, the bridge is actually working correctly, ...

20. Durable Subscriber on Weblogic. How it work?    stackoverflow.com

I want to understand a thing: When a durable subscriber is activated on a topic, in add on this topic there is another subscriber (mdb). Is possible that the durable subscriber ...

21. Weblogic JMS server configuration: JMS module to talk to JMS Server    stackoverflow.com

I am fairly to new to JMS configuration in JMS. Here is what i am trying to do. We have multile JVMs of our applications in a single weblogic domain. We want ...

22. Unable to get response from WebLogic JMS queue    jmeter.512774.n5.nabble.com

Using the latest build from SVN r961409 - which addresses the JMSMessageId and JMSCorrelationId problem, I'm able to successfully send a job request to a WebLogic v10.3 request queue using JMeter JMS Sample Point-to-Point. This message is in-turn pulled out of the request queue by an application and processed and the result posted in the response queue. I'm failing to get ...