Questions tagged [solace-mq]

MQ-style messaging uses queues to make sure messages are always delivered, once and only once, in the same order they were sent.

MQ-style messaging uses queues to make sure messages are always delivered, once and only once, in the same order they were sent.

It’s used for things like order processing, risk management, inventory updates and money transfers.When a message is sent via a conventional software-based MQ messaging product , the software must send every single message to and through an external hard drive or solid state storage device as part of the message deliver process before it can be delivered to its destination.

75 questions
0
votes
1 answer

Vertx Java Client throwing "SMF AD bind response error" while connecting solace vmr Server

When I am trying to connect solace VMR Server and deliver the messages from a Java client called Vertx AMQP Bridge. I am able to connect the Solace VMR Server but after connecting, not able to send messages to solace VMR. I am using below sender…
0
votes
1 answer

Solace integration with Websphere Application Server 8.5.5

Can Solace integrate with IBM Websphere Application Server 8.5.5.0? We are thinking to eliminate the existing IBM MQ7.0 from our IBM WAS 8.5.5.0 integration components. I have found one article/document on the Solace portal for IBM WAS 7/8.0, but…
0
votes
0 answers

Solace integration With App Dynamic

How to integrate Solace Appliance/VMR in App Dynamic?
Madhvi
  • 1
0
votes
1 answer

Invald characters at start of message from Solace-MQ

We have an two Java applications that communicate with each other via solace-mq. Component-1 uses a JMS Publisher to write JSON messages to the queue. Component-2 is using a native Solace consumer to consume them. The problem is, the message…
edb500
  • 313
  • 1
  • 3
  • 14
0
votes
1 answer

Performance Testing for Solace Systems

Could you please share an approach or any strategy to do performance testing for Solace middle-ware systems and Oracle forms
0
votes
1 answer

Solace MQ - how to check destination is up or not

I have written below utility code to check whether Solace MQ destination is up or not without sending any message to destination. ... try { env = new Hashtable(); env.put(InitialContext.INITIAL_CONTEXT_FACTORY,…
Vikas Sharma
  • 1,235
  • 2
  • 27
  • 53
0
votes
1 answer

Messages are not getting consumed from solace queue

I am using spring integration int-jms:message-driven-channel-adapter to consume message from solace queue. I see below mentioned error in server logs org.springframework.jms.listener.DefaultMessageListenerContainer- Execution of JMS message listener…
Prateek Shrivastava
  • 450
  • 2
  • 5
  • 17
0
votes
1 answer

Solace router bridge between two independently managed routers

I trying to create a bridge between one Solace router (partner organization) to another Solace router bridge (my organization). Preference is through Solace router configuration instead of application based bridge, and it make sense since routers…
Integration
  • 111
  • 7
0
votes
2 answers

Solace LDAP Groups

Is there a limit on number of LDAP groups that can be added to a solace LDAP profile. We are not able to add more than 100 groups as of now. Request SEMP:
himanshu_mps
  • 170
  • 12
0
votes
1 answer

Solace semp-rpc-soltr-jaxb-bindings.xsd file

I am looking for the semp-rpc-soltr-jaxb-bindings.xsd file which should be used while generating the java object for SEMP request. The solace version used is 7.2.1. xjc -p SolaceSempRequest semp-rpc-soltr.xsd -b semp-rpc-soltr-jaxb-bindings.xsd
himanshu_mps
  • 170
  • 12
0
votes
1 answer

Export/Import Queue configuration - Solace

How to export/import Queue configuration from One VPN to another VPN in Solace Appliance.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
1 answer

How many we will get when Solace system connected to session

Currently, I pushed 600 message to Solace. And then tried subscribe all the messages. But it is retrieving 264 messages within 2.8 seconds. So my question is this default time-out of Session I am looking for default time-out of session or how many…
manas
  • 1
  • 1
0
votes
2 answers

Ingress and Egress Rate of Solace Appliance

I wanted to set Ingress and Egress Rate of Solace Appliance on below mentioned 3 level. 1 : Appliances Level 2 : Message-VPN Level 3 : Queue Level Please let me know the possibility & share CLI Commend for same.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
1 answer

Can We Run Solace Appliance Without HBA

Is it possible to run Solace appliance (3560) without HBA_Card Pleas help.
Abhi Singh
  • 61
  • 1
  • 6
0
votes
2 answers

Is there a way to integrate solace with spring batch

I'm looking to integrate solace with spring batch process/vise-versa where the spring itemwriter should be a solace topic/queue. Is there a way to do this? I have a few tips on spring with solace but those are independent messages. I' looking for…
sandesh
  • 43
  • 7