Questions tagged [sonicmq]

SonicMQ is a message queueing system based on JMS.

SonicMQ is a commercial JMS based message queueing system. Originally build by the company named Sonic it was owned and developed by Progress Software and now by Aurea. Above standard JMS it offers reliability features like failover and clustering.

28 questions
0
votes
0 answers

SonicMQ queue not found

I am working on a JMS subscriber application in which i need to connect to a remote SonicMQ queue. When i connect to the queue using broker url,username,password etc, I am getting Queue not found exception but the queue exists on the broker and…
0
votes
2 answers

Calling Java from Oracle, PLSQL causing oracle.aurora.vm.ReadOnlyObjectException

My problem is linked to this topic Calling Java from PLSQL causing oracle.aurora.vm.ReadOnlyObjectException All of a sudden since today we are getting an error in our Production when a Java code is being executed from PLSQL, note that we have this…
Hassen Bennour
  • 3,885
  • 2
  • 12
  • 20
0
votes
0 answers

SONICMQ: 8.5: No space in multi-connection accept queue

Wondering if someone could help me with this. I am getting some errors in Domain Manager & Domain Manager Backup log files as below: [16/11/23 00:28:19] ID=DIRECTORY SERVICE (info) Replication connection TCP://hostname:22516…
0
votes
1 answer

java.lang.VerifyError: Expecting a stackmap frame at branch target 29

Exception Details: Location: com/sonicsw/mf/comm/jms/ConnectorClient.setRequestTimeout(J)V @3: ifnonnull Reason: Expected stackmap frame at this location. at com.sonicsw.jndi.mfcontext.MFContext.(MFContext.java:101) at…
Ampm
  • 27
  • 1
  • 7
0
votes
1 answer

could not find a provider for the InitialContextFactory com.sonicsw.jndi.mfcontext.MFContextFactory

I am getting this exception when i am trying to start the WAS server. I have created JMS providers in console and set all the jar files in the classpath. External initial context factory defined is com.sonicsw.jndi.mfcontext.MFContextFactory with…
V Joe
  • 271
  • 1
  • 5
  • 23
0
votes
1 answer

Unable to find the class 'Common'

I am new to Sonic and am trying out Management API. I took the program ShowQueues.java inside Sonic_Installation\MQ8.6\samples\Management\runtimeAPI\javaProxy and pasted it into eclipse, since I want to change the url (currently:…
0
votes
1 answer

Testing tools for Sonic and IBM MQ

I need to test the message flow in SONIC and also in IBM websphere MQ. Is there any tools to test the message flow for these? Thanks, i2ijeya.
i2ijeya
  • 15,952
  • 18
  • 63
  • 72
0
votes
1 answer

Receiving OpenMQ messages in Delphi

I need to make a communication between Glassfish server and Delphi. I need to recieve messages from it. As i found Glassfish uses OpenMQ broker. First, i found jms library for delphi. I found there just JMS interface. And found there SonicMQ JMS…
Yury Kerbitskov
  • 643
  • 1
  • 7
  • 21
0
votes
1 answer

Is there a way to see what a SonicMQ queue subscriber is?

As I am a total newbie on SonicMQ, I was wondering if there is a way to determine what a SonicMQ queue subscriber is. I mean using a console, log file (by raising the log level to Verbose), etc. I can connect to the SonicMQ server and access queue…
Lucas A.
  • 396
  • 4
  • 12
0
votes
3 answers

Reconnecting to SonicMQ if the connection is refused to SonicMQ

I am unable to get connection to SonicMQ may be because of unavailable Producers/Consurmers. In this case is SonicMQ supports reconnecting after some time interval.
user2057312
  • 33
  • 1
  • 2
0
votes
1 answer

How to read and collect response messages from JMS and make them available to the correct servlet thread?

We've got a synchronous HTTP request-response front end for an asynchronous JMS messaging system. A HTTP query servlet for each HTTPRequest creates a corresponding JMS message in a query queue. This query is processed by a back-end, and a couple…
flup
  • 26,937
  • 7
  • 52
  • 74
0
votes
1 answer

How can I pass a message from JMeter to Sonic ESB?

I am trying to use the point-to-point functionality of JMeter to test Sonic ESB. I developed a service in Sonic ESB (a very simple service which has only one prototype step). I wanted to pass a message from JMeter to the service which I developed in…
0
votes
1 answer

Is it possible to send a message to a topic on one Sonic broker and have it replicated to a Queue on another Sonic broker?

I am using SonicMQ (version 7.6). I have a Topic set up in production and code that publishes messages to that Topic. I want to replicate these messages to a Queue running in a Sonic broker in another site. Is it possible to configure SonicMQ to do…
Oded Peer
  • 2,377
  • 18
  • 25
1
2