|
I have been shopping around for freight broker software, and im curious as to what people in the business recommend or think is the best software.
(1) / No (3)
Answer Snippets (Read the full thread at indeed):
For a small broker starting out check out load pilot, it will do all you need and works with quick books ever seen a broker program....
Dark Horse in Kansas City , Missouri said: I have been shopping around for freight broker software.
|
|
Is there a .Net API or object model for using SQL Service Broker?
Started by Delucia on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are some community samples though which are developed by the Service Broker team or related teams in MS which you and report a bug):
WCF Transport....
There isn't any official supported API.
Reference here: SQL Server Service Broker .
|
|
I'm getting complaints from my MSSQL 2005 Standard machines that they cannot start the service broker, followed by a message from the service broker manager:
Jul 20 08:35:47 sql3 MSSQL$SQL3: 9697: Could not start Service Broker for database id: 5763. ...
Answer Snippets (Read the full thread at serverfault):
Can you check in sys.databases service_broker_guid if you have any.
3602? That is weird indeed.
|
Ask your Facebook Friends
|
Were there any major or really cool features added to SQL Server Service Broker in 2008?
Started by therealhoff on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Specifies a priority level and the criteria for determining which Service Broker conversations to assign.
|
|
I am looking for a message broker (like Apache ActiveMQ for Java) that works with PHP, preferably open-source. Any ideas?
Started by Ramon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There's also Memcacheq ( http://memcachedb.org/memcacheq....
You can use Stomp ( http://stomp.codehaus.org ), it has a client for PHP that you can use to communicate with any of the brokers (includes ActiveMQ, http://stomp.codehaus.org/Brokers ).
|
|
So I'm getting really sick of E*TRADE and, being a developer, would love to find an online broker that offers an API. It would be great to be able to write my own trading tools, and maybe even modify existing ones.
Based on my research so far, I've only...
Started by Wilco on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This is not a direct broker API of course.
Easily be able to add more brokers and/or data providers.
|
|
I have made a small ASP.NET website. It uses sqlcachedependency
The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported. Please enable the Service Broker for this database if you wish...
Started by dotnetdev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Ditch the "with rollback immediate" and try.
Time the instance is created, the Service Broker gets disabled each time because attach and restore operations always disable the broker in the database.
|
|
Hey everyone, new here.
I started trading Forex last year and love it!
I was just curious though, one of my favorite movies is Boiler Room, and of course its about stock brokers, I hear them talk about getting a series 7 license, they don't hire "brokers...
Started by trade_hard on
, 10 posts
by 8 people.
Answer Snippets (Read the full thread at forexforums):
But I think the difference is, well the way I think of it is, a stock broker fulfills your request for buying it so FXCM or whatever forex broker is that "person" or entity that execute the order for you with FXCM as a forex broker....
|
|
Domestic/Local Forex Broker Or Foreign Forex Broker? This thread is not talking about what is the best forex broker because we already have threads like that in this forum.
We know that there are many forex broker popping up each day and compete for traders...
Started by PhAnToMtRaDeR79 on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at mt5):
Some advantages if I open account with them but I am in love with the great and best broker of Asia "InstaForex", so I can't think of leaving InstaForex at all because local broker has some there are no forex brokers in my country....
|
|
I'm a Sql Server Service Broker novice and I'm trying to grasp the best way to set Service Broker up for a (seemingly) simple use case: I want to create a simple work queue, where one application drops work items into the queue, and separate application...
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Service broker worker broker is programmed....
I also concurrency problems if you have multiple threads/processes processing work items .
On the receive side I recommend reading Writing Service Broker Procedures .
For performance reasons.
|