Hello all,
I am testing WebLogic 10.3.1 JMS, but there has a problem.
My Testing step:
Start WebLogic Server
Start JMS Client
Client send a object to WebLogic JMS and server received the object.
Stop WebLogic Server
Send another object to WebLogic JMS.
What I expect is a exception come out, but there have not anything appear and pr...
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 minimal effort using either WebLogic Administration Console or WLST?
...
Is there a recommended way / a tutorial which shows how to create and process plain SOAP request with Delphi without THTTPRio, for example, if I want to implement SOAP over JMS, SOAP over AMQP or SOAP over SMTP?
Simplified code examples:
// create a SOAP request (client side)
RequestXML := Service.Add(Arg1, Arg2);
This code would gen...
Hey All,
I want to send messages to remote queue ? what steps should i do
i cant find any documentation about that ?
anyone can help ?? ?
...
Using: HornetQ 2.0.0.CR2
Default configurations for the stand-alone/non-clustered server.
When I try to startup the server with a big journal (> 1Gb), I got a OutOfMemory exception:
[main] 12:59:43,505 INFO [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Starting HornetQ Server
[main] 12:59:44,526 INFO [org.hornetq.core.ser...
Hi!
I have an pair of JBoss 5.1 servers clustered together to act as an fault-tolerant JMS server.
I configured them to use MySQL datastore (with clustering setting enabled in mysql-persistence-service.xml), I created an topic mbean in destinations-service.xml by defining:
<mbean code="org.jboss.jms.server.destination.TopicService"...
I am trying to find a message bus provider that supports Durable Subscribers and allows me to replay, in order, based on the message timestamp, all messages for a given topic. Futhermore, I would like the message bus to reset each durable consumer's checkpoint when a message arrives late. E.g.
Client subscribes to topic 1 at 2009-12-22...
Hi,
I'm running jetty-6.1.7 and I've got an ActiveMQConnectionFactory that I'd like to reference in my spring configuration via a JNDITemplate.
My jetty.xml configuration is vanilla:
<New id="connectionFactory" class="org.mortbay.jetty.plus.naming.Resource">
<Arg>jms/connectionFactory</Arg>
<Arg>
<New class="org.apach...
When i run a JMS related application, i am encountering the following exception error.
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
We are using Sun Application Server 9.1
Any idea what a...
hi,
Does anyone know how to clear DeadLetterQueue from jBoss?
When i start jBoss, it is waiting 4 minutes at:
12:09:06,281 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
and other 4 min at:
[DLQ] () Bound to JNDI name: queue/DLQ
a...
I encountered the exception error
javax.naming.CommunicationException: Can't find SerialContextProvider [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No]
When trying user my standalone client to send a JMS Message to the sun app server queue.
Anyone have any idea what wrong and how to solve th...
I have an enterprise application with around 2k concurrent users every day. These users handle customer calls so application speed is of vital importance.
When a user is wrapping up a call they commit all the information they captured. This commit can take anywhere from 10-45 seconds.
I am looking into ways to take the delay away fr...
Hello,
I wrote a Spring application which runs on Weblogic 10.3. In this application I have some JMS Queue consumers.
Sometimes I got an error when the application is closing or opening (I saw this error in both situation) saying:
java.lang.NoClassDefFoundError: org/springframework/jms/connection/SmartConnectionFactory
at...
Hello,
In my Spring web application which consumes a JMS Queue, I got this error:
Setup of JMS message listener invoker
failed - trying to recover:
weblogic.jms.common.TransactionRolledBackException:
Attempt to resume an inactive
transaction:
BEA1-00059419F3D97B75FA98:error
resuming transacted session's internal
transa...
Suppose I created a JMS Topic (PropertiesTopic) with one subscriber (PropertiesSubscriber). PropertiesSubscriber is running in a load balanced application server cluster as shown in the picture below.
When a message is delivered to PropertiesTopic, do all the instances of PropertiesSubscriber running on different app servers get tha...
Encounter the following exception when sending JMS messages.
Anyone can advise what went wrong and how to resolve this issue?
Thanks
...
I encounter this exception when trying to send jms message anyone know what is wrong?
...
When you store a message in a queue, isn't it more of meta data information so whoever pulls from the queue knows how to process the data? the actual information in the queue doesn't always hold all the information.
Say you have an app like Twitter, whenever someone posts a message, you would still need to store the actual message text...
When I try to connect Weblogic t3s protocol in Solaris Server, it shows this error:
java.lang.IllegalStateException: Not enough cryptography available to enable a cipher suite!
at com.certicom.tls.interfaceimpl.TLSSystem.resetCipherSuiteSupport(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSSystem.setCertificateSup...
What is the most reliable open source JMS provider ? Any good/bad experience with gearman or Apache ActiveMQ ?
...