-
[Past Event - Recording Available] Extending Kafka capabilities with Solace PubSub+
Livestream Event: Extending Kafka capabilities with Solace PubSub+ On Thursday July 9 at 10 AM EDT Come join @Aaron and @Heinz for an interactive live coding session where they will demonstrate the capabilities of our Kafka Connectors by bridging dynamic topics and multi-protocol MQTT, REST, WebSocket, and JMS applications…
-
Spring cloud stream API - connection retry
I have my program running and everything works fine. To test connection retry, I brought down my queue. It did not see any retry from the api, eventually I had to restart my application after bringing the queue up. Is there any specific property which I need to enable to make it reconnect automaticallyin this specific…
-
Streaming: tune-in Tuesday for live Office Hours: noon SGT
Ask Aaron, our Developer Advocate, any questions about Solace products and technologies every Tuesday on Twitch for free at https://www.twitch.tv/solacedevs. * noon-1pm SG/HK/Perth * 1pm-2pm Tokyo * 9:30am-10:30am India Yes, you heard right, any questions!
-
Great developer resources from RedMonk
RedMonk analysts are now following Solace. They also have great events and content for developers, such as: * RedMonk SlackChat: 2020 Virtual Events * The RedMonk Programming Language Rankings: January 2020 You can find more research papers, videos, podcasts, and data stories from their website. Hope this information…
-
How to capture com.solacesystems.jcsmp.JCSMPErrorResponseException: 503
Hello I am using com.solacesystems.jms.SolConnection to create a connection to my cloud example. When I disable the mssage VPN, I get the following error in the wrapper log: TcpClientChannel 09Jun2020 20:43:36 Connection attempt failed to host 'xxxxxxx.messaging.solace.cloud' ReconnectException ((Client name: xxxxxx Local…
-
Solace JMS Queue and Azure Service Bus
Wondering if anybody has any examples/suggestions on connecting up to a Solace JMS queue with MS Azure services. A partner organizations uses Solace JMS queues. Would like to consume with an Azure service. Looking to leverage potentially Azure Service Bus possibly to consume. Anybody implemented this Use Case before? Or…
-
Implement in a chat app
hi all, where do I start if I want to implement PubSub+ in a chat app I'm building?
-
What is Solace topic sequence ? Any use case example ?
What is Solace topic sequence ? Any use case example ? Why someone should use it !
-
Immediate application shutdown after succesful start
Hi ! I have the following problem and no clue why the application behaves as described: I created a spring boot cloud stream application with gradle or maven (same behaviour) and added a subscription to a durable queue for consuming messages send to the topic. The application starts succesful but is followed by an…
-
Browsing the Event logs
Hi , I am using below command to browse the event logs with one string, What is the syntax for multiple strings? show log event lines 200 find "q/Product"
-
container startup exception
Booting up solace container on openshift. Getting this error. Where is it trying to write to ? Trying to track down permission denied error here.. /usr/sw/data <- is writeable by container user id (it's mounted in container as emptyVolume) Starting solace process2020-05-15T11:51:15.237+00:00 <local0.info>…
-
show version vs solacectl version
Hello Recently, I upgraded a solace pubsub+ standalone from version 9.3.1.5 - with solbase version 2.0.8.0 to version 9.5.0.30 - with solbase version 2.1.5.39 If i do a solacectl version it dont show the solbase version instead i see "UNKNOWN" Otherwise, after logging on CLI, i do a show version, it shows the solbase…
-
Can't Connect with jmstoolbox
I'm trying to connect to a Solace queue with Jmstoolbox. It appears that it requires a mgmt_url, which I don't think I have access to this from the solace queue that has been assigned to me. Is this required in order to be able to connect to a Solace Queue with jmstoolbox?
-
Clarity needed on some core concepts
Q1) when i publish to a topic created at run time in code (using jms ) where does the message go since topic is part of message payload. The message arrives at NAB (first point of entry) , moves to TRB (topic routing blade), is it stored at some temporary storage to see if there is consumer who matches its destination?What…
-
JMSToolBox for Solace
Hi, JMSToolBox allows me to delete the message even if I connected as a read-only SEMP user. Has anyone experienced the same? also do we have any options to browse the messages on DTE?
-
Showing All VPN Services in AMQP In General TBP
Hi All, We are using solace hardware Appliance and we are around 30 + VPNs, when I check all vpn and ports numbers up and running, but in all VPN service is showing in AMQP in general Tap in SolAdmin, my thinking is showing data is wrong? Because we are using Amqp and Soljams but in general Tab showing only all VPN is AMQP…
-
Solace REST URL
Hi Everyone If I want to send messages to a queue directly what should be my URL ?
-
How to create Secure connection using SolClient with WSS portocol
Hi Team, I am using SolClient API for a web application and using solace web transport to connect appliances. Secure connection needs to be created to avoid the risk of sharing the password in network so, I want to use WSS to create secure connection with username and password. Getting an error as…
-
Queue depth and consumer monitoring
1.To identify the queue which is having current queue depth greater than (specific threshold e.g 1000) 2.To identify the queue which is having current queue depth greater than (specific threshold e.g 1000) and also consumer is not connected. Which will be the effective way to monitor from support perspective. 1) to write a…
-
A course for you: Introduction to Solace PubSub+ Cloud 101 Training
This instructor-led, three-day-long private on-site training course is designed for developers and engineering staff responsible for developing applications that leverage Solace messaging as well as administrators responsible for configuring and managing application-level features. It introduces Solace products and how you…
-
Calling all Solace developers to build a COVID19 application
As some of you might know, #BuildForCovid19 has been going on for the past two weeks. The aim behind this initiative is it encourage developers and technical thinkers to contribute back to the overall public good with their skills during this pandemic. In the spirit of all this, we at Solace made available a broker to…
-
MsgSpoolStatusDown
Hi Team, We are getting below mentioned alert in my solace Appliance. Alert: Solace Mssage Spool Status Down. Can you please tell me exact reason, why we are getting the alert.
-
VPN Bridges and JMS request/response with direct messaging
Hello, I have problems configuring a VPN bridge such that a JMS direct request / response pattern works. The reply-to topic is temporary so I would need wildcard logic such as t/reply/* subsriptions to have them routed over the bridge. Can someone point to a working example how to set this up? Regards, Harald
-
JavaScript, Solace + SSL (HTTPS, WSS)
Hi all - I have a web based JavaScript/React (no Node JS) app currently using the Solace JavaScript client successfuly. Due to company demands we are being told to convert to using secure connections (understandable). I have looked at the sample below which seems to suggest you can use basic authentication while using…
-
Response message saving
Hi, Can i get raw response message from solace by subscribing to topic, which can be stored in flat files? Thanks, Prasoon
-
Storing IMessage and ITopic
Hi, Do we have any way by which we can store IMessage or ITopic in our file system? Thanks, Prasoon
-
Is there a way to log message payload on Broker logs?
Hi, Is it possible to log message payload in broker logs? Could someone please know how to configure it if it is possible? Thanks, Raghu
-
what method should I use to return the contents of a solace.message in human readable string
Hi, I am exploring the node.js SOLACE REST API. I got the pub/sub to work with the sample code to work substituting vpn/url/credentials. The received message, however, has the payload plus a lot of other things and I couldn't isolate the payload by itself. I looked up the API…
-
Serialize Message
Hi, I want to serialize MessageEventArgs.Messsage and store it in flat file, but while serializing i am getting exception that type is non serializable. Any way by which i can serialize "Message" and store in flat file?
-
MFA for the Solace Cloud Console
Hey all, I was wondering if MFA is enabled on the Solace Cloud Console and I could not locate it. I don't see it as an option. I was wondering what else secures a solace deployment's configuration and management access via the web. Accessing the router from a terminal is secure if configured properly, but the access to the…