-
getting error trying to integrate Solace with Mulesoft using Solace JMS feature.
I have set all the properties required for the integration. But still I am getting below error ** Cannot instantiate class: com.solacesystems.jndi.SolJNDIInitialContextFactory java.lang.RuntimeException: org.mule.runtime.api.lifecycle.InitialisationException: org.mule.runtime.api.lifecycle.InitialisationException: Cannot…
-
How can Message Eliding applied on Market data use case?
we would like to migrate our application to use solace for the market data updates I have read the document and find it very interesting as it provides Message Eliding. Also, it states that it is suitable for streaming market data to clients that do not need every update. let's say we have 10000 stocks need to publish if…
-
Configuring PubSub+ Services for HIPAA Compliance
Hey all, I recently authored a blog post as a collaborative venture between Ippon Technologies and Solace. The post is about HIPAA compliance on PubSub+ services and how you can configure your services for this kind of compliance. I would love any feedback or thoughts on this! https://blog.ippon.tech/hipaa-compliant/
-
Subscriber not sending ack after DirectTransport set to False in CF
Hi, Our subscriber was connected directly to topic and receiving messages. We have seen loss of messages so disabled DirectTransport in CF to create non-durable topic-endpoint. Now, we don't see message get delivered by subscriber and all spooled in non-durable. ACK window size getting reduced and it become zero. Do we…
-
.NET API to consume JMS?
I've been tasked with consuming messages from an established JMS. The sample code provided to me uses the Solace libraries. I'm more comfortable with C# than Java, so I'd prefer to use the .NET messaging API, if possible. Can I use the Solace .NET API to subscribe to the JMS queue and consume messages? I downloaded the…