How to send SMS in my application with Spring? [closed] - spring

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wanna send SMS with JMS and Spring ,How can I do this ?
Could you give me tutorial or sample ,may be?

Before starting JMS and Spring you should probably check if it would work out at all.
Unless you have a JMS-to-SMS gateway programming won't help at all. First you have to find a reseller or provider for your SMS service. Afterwards check what APIs they provide.
If they happen to provide a JMS gateway start reading the Spring JMS manual.
You would probably need some JMSs provider as well. Check MQ or some smaller implementation like ActiveMQ.

First of all read this. It is important that you first under stand the beans that are required and there roles.
If your searching for samples you need to find out what JMS technology your going to be using:
Tibco, MQ etc. If this a test your going to run locally then ActiveMQ can get you up and running quickly:
MQ Tutorial 101

Related

What exactly is Hawtio? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I don't understand what exactly Hawtio does.
If you could give an introduction to Hawtio:
What exactly is it?
What added value does it gives me as a Camel\ Spring developer?
Please explain what Hawtio is.
Hawtio a monitoring web console for java application. its popular usage is with apache camel . It visualizes the data it receives from jmx. Jolokia takes over the process of getting the data from jmx and acts as a new bridge. With Hawtio you can do the following items and much more.
How many times has the route worked (live reload)?
Show Jvm parameters
Heap objects and count
How many errors were received?
How many transactions were successful?
Eip of java code
Changing log level
Changing camel component attribütes
etc

How to get started with microservices and Symfony [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have a server with Symfony RESTful, I want to access from another server with Symfony.
I have seen some examples of php that are accessed with curl or file_get_contents, but I can't find a document for Symfony where it explains the configuration, class organization, bundle to use. There is a lot of documentation on the RESTful API, but not from the querying party.
I need to know how the query is made and how the response is handled, without reinventing the wheel.
Can you recommend a document that explains a standard organization or which bundle is usually used?
I am using Symfony 4.4
The documentation on how to access a RESTful API is written by the creator of said API. If that's you then only you know what requests to send to what route and what data to expect. You can use the API for your back end and you can have multiple front end applications that connect to it. They would all connect the same way - the way you determine. You can start of by setting up a standard RESTful API. From there it all depends on your needs. That's why you cannot find documentation for this.

IBM MQ limitations [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
As I am evaluating IBM MQ, I am looking for some technical details on its strengths and limitations.
Maximum number of connections
How much high volume it can support
Maximum size of the message it supports
How do I redoif message was lost due to client was offline? Examples?
How do I apply transactions in the messages? Examples?
Are there any examples to send / subscribe messages directly from
mobile device?
What are the strong features IBM MQ provides which are not available
in other competitive JMS products (ex: Weblogic, Rabitt MQ, etc) ?
This sounds like your boss asked you to do some research on MQ but instead you posted the questions here. Did you read any of the IBM RedBooks on MQ? Here is the MQ Primer which is a good starting point for beginners. Did you read the MQ Knowledge Center?
You still need to do more research unless you want to hire me as a consultant (I'm not cheap!!) but here are some answers off the top of my head.
Depends on the horsepower of the server. Years ago, I've had queue managers handling thousands and thousands of connections without issue.
Again it depends on the horsepower of the server. On the mainframe, I know of customer moving hundreds of millions of messages per day without issue.
Come on, that is the easiest thing to look up in MQ. (default is 4MB - max is 100MB otherwise use message grouping)
Pub/Sub or Point-to-Point? For Pub/Sub use durable subscription and for P-2-P use persistent messages. Besides, MQ does NOT loose messages if the client application is not connected. It would be a pretty bad messaging system if it did - maybe you're using a bad one right now.
You can have local UOW or 2 Phase UOW.
Sure. Install MQ and select Samples then go and play around with the samples. Did you do any internet searches? The MQ Telemetry Transport (MQTT) Programming presentation should have been at the top. Note: There are more presentations on MQTT at MQTC's web site. You can also find lots of MQ samples here.
Ask your IBM sales rep.

Is it a good idea to use a message queue as websocket server in production (instead of Java EE #ServerEndpoint)? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Is it a good idea to use a message queue as websocket server in production (instead of Java EE #ServerEndpoint)?
It would establish a loose coupling towards the JS client and perhaps reduce the load from the application, but are there major disadvantages? Should one really expose a MQ over the web?
One can send messages to websocket clients from within a java web application without the help of a message queue. And this is a good enough solution as long as you do not need the additional features that message queues have to offer (QoS 1/2, Retained messages, Last Will and Testament, ... for some more benefits of using a mq see for example: http://www.hivemq.com/mqtt-over-websockets-with-hivemq/)

Questions on SMS gateways [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need a good sms gateway which I would like to host on a server. Ive seen plenty of paid services but after building everything else for my set up Im pretty sure I can take on setting up the gateway myself with some help of course ;)
However Im concerned about the reliability of most open source sms gateways and so Im not to sure which one to start messing with. What Id like to know is if anyone here has any experience using any of the opensource gateways and if so how painful/easy was the set up and also did you end up using a gsm set up or something else?
If my question seems lacking details I appologize but I just started researching them myself. If anyone could just post a link or thought on the matter that would be great :) thanks
I recommend to use Kannel WAP and SMS Gateway as quite mature product. It supports most popular SMSC protocols (SMPP, UCP, HTTP, CIMD) and provides simple HTTP API to services implementing business logic.
Maybe this SO question and its answers is helpful.
An SMS gateway requires a (paid) connection to a mobile network. You should understand your traffic volume requirements for selecting the right interfacing approach. The interfacing approach constrains your options for the technical platform.

Resources